diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-28 13:23:07 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-28 13:23:07 +0100 |
commit | dc61832a9e741e346d7d9272fe8224699b3f32aa (patch) | |
tree | 3fd0473a62d81fc1d83e25978bbd9c72fea22a1f | |
parent | 33767049a5ce14f4327b0375d4e346268ad646e1 (diff) | |
download | wallabag-dc61832a9e741e346d7d9272fe8224699b3f32aa.tar.gz wallabag-dc61832a9e741e346d7d9272fe8224699b3f32aa.tar.zst wallabag-dc61832a9e741e346d7d9272fe8224699b3f32aa.zip |
change gitignore
-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 | |||