Another gitignore to ignore production data directory
authorHarvie <tomas@mudrunka.cz>
Wed, 27 Oct 2010 11:26:21 +0000 (13:26 +0200)
committerHarvie <tomas@mudrunka.cz>
Wed, 27 Oct 2010 11:26:21 +0000 (13:26 +0200)
wwwroot/data/.gitignore [new file with mode: 0644]
wwwroot/images [new symlink]
wwwroot/templates [new symlink]

diff --git a/wwwroot/data/.gitignore b/wwwroot/data/.gitignore
new file mode 100644 (file)
index 0000000..72e8ffc
--- /dev/null
@@ -0,0 +1 @@
+*
diff --git a/wwwroot/images b/wwwroot/images
new file mode 120000 (symlink)
index 0000000..1070d1d
--- /dev/null
@@ -0,0 +1 @@
+data/images/
\ No newline at end of file
diff --git a/wwwroot/templates b/wwwroot/templates
new file mode 120000 (symlink)
index 0000000..2165c66
--- /dev/null
@@ -0,0 +1 @@
+data/templates/own_templates/
\ No newline at end of file
This page took 0.142716 seconds and 4 git commands to generate.