diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | data/db/.gitignore | 0 |
2 files changed, 2 insertions, 1 deletions
@@ -17,6 +17,7 @@ app/db/poche.sqlite | |||
17 | !bin/test | 17 | !bin/test |
18 | !bin/symfony | 18 | !bin/symfony |
19 | 19 | ||
20 | /data/* | 20 | data/assets/* |
21 | data/db/poche.sqlite | ||
21 | 22 | ||
22 | /web/.htaccess \ No newline at end of file | 23 | /web/.htaccess \ No newline at end of file |
diff --git a/data/db/.gitignore b/data/db/.gitignore new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/data/db/.gitignore | |||