diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-20 07:40:39 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-20 07:40:39 +0100 |
commit | 6ad93dff69d7c2beb2196e73f641e6484fccbeb7 (patch) | |
tree | 12430b858be2a41029fc11d1afa1fa2a120b96f9 /.gitignore | |
parent | c78c1a3f08815aab99752026ccdf1dcf63cf43c1 (diff) | |
download | wallabag-6ad93dff69d7c2beb2196e73f641e6484fccbeb7.tar.gz wallabag-6ad93dff69d7c2beb2196e73f641e6484fccbeb7.tar.zst wallabag-6ad93dff69d7c2beb2196e73f641e6484fccbeb7.zip |
new folders
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,9 +1,8 @@ | |||
1 | .DS_Store | 1 | .DS_Store |
2 | assets/* | 2 | .vagrant |
3 | cache/* | 3 | app/assets/* |
4 | app/cache/* | ||
4 | vendor | 5 | vendor |
5 | composer.phar | 6 | composer.phar |
6 | db/poche.sqlite | 7 | db/poche.sqlite |
7 | inc/poche/config.inc.php | 8 | app/config/config.inc.php \ No newline at end of file |
8 | inc/3rdparty/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer/ | ||
9 | .vagrant \ No newline at end of file | ||