]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - .gitignore
Minor improvements regarding #705 (coding style, unit tests, etc.)
[github/shaarli/Shaarli.git] / .gitignore
index b98c38b9bfd68374354842bf3a62cb941fc69743..19f3dc836873ea5196e2bdece1477de4d4d937c8 100644 (file)
@@ -1,4 +1,4 @@
-# Ignore data/, tmp/, cache/ and pagecache/
+# Shaarli runtime resources
 data
 tmp
 cache
@@ -9,19 +9,26 @@ 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.gz
+*.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
+
+# 3rd party themes
+tpl/*
+!tpl/default