]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - .gitignore
Bump Shaarli version to v0.8.7
[github/shaarli/Shaarli.git] / .gitignore
index b98c38b9bfd68374354842bf3a62cb941fc69743..095aaded26909ee9583bfe12130b72993625379a 100644 (file)
@@ -1,4 +1,4 @@
-# Ignore data/, tmp/, cache/ and pagecache/
+# Shaarli runtime resources
 data
 tmp
 cache
@@ -9,19 +9,22 @@ pagecache
 .buildpath
 .project
 
-# Ignore raintpl generated pages
+# Raintpl generated pages
 *.rtpl.php
 
-# Ignore test dependencies
+# 3rd-party dependencies
 composer.lock
-/vendor/
+vendor/
 
-# Ignore development and test resources
+# Release archives
+*.tar
+*.zip
+
+# Development and test resources
 coverage
 doxygen
-tests/datastore.php
-tests/dummycache/
+sandbox
 phpmd.html
 
-# Ignore user plugin configuration
-plugins/*/config.php
\ No newline at end of file
+# User plugin configuration
+plugins/*/config.php