diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-23 21:17:41 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-23 21:17:41 +0200 |
commit | 8be8c44596247fc7d9345a53ed0217dfcdcce6ca (patch) | |
tree | 56b01fd437e20da8e1debce4de813921e5b64578 | |
parent | b48fd706b72ddfd08ecf866e6b99c4733abb9ed6 (diff) | |
download | wallabag-8be8c44596247fc7d9345a53ed0217dfcdcce6ca.tar.gz wallabag-8be8c44596247fc7d9345a53ed0217dfcdcce6ca.tar.zst wallabag-8be8c44596247fc7d9345a53ed0217dfcdcce6ca.zip |
gitignore
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | cache/.gitignore | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,5 @@ | |||
1 | assets/* | ||
2 | cache/* | ||
1 | vendor | 3 | vendor |
2 | composer.phar | 4 | composer.phar |
3 | db/poche.sqlite | 5 | db/poche.sqlite |
diff --git a/cache/.gitignore b/cache/.gitignore index f59ec20a..e69de29b 100644 --- a/cache/.gitignore +++ b/cache/.gitignore | |||
@@ -1 +0,0 @@ | |||
1 | * \ No newline at end of file | ||