]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .gitignore
gitignore for app/cache
[github/wallabag/wallabag.git] / .gitignore
index 5b34c79f4dc3750b68a1c757c61f6ee80702579a..bb0972d84bbc379ee40a57b82b641ca77e65a36d 100644 (file)
@@ -1,9 +1,9 @@
+.idea
 .DS_Store
-assets/*
-cache/*
+.vagrant
+app/assets/*
+app/cache/*
 vendor
 composer.phar
-db/poche.sqlite
-inc/poche/config.inc.php
-inc/3rdparty/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer/
-.vagrant
\ No newline at end of file
+app/db/poche.sqlite
+app/config/config.inc.php
\ No newline at end of file