]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - .gitignore
documentation: remove generated HTML from SCM
[github/shaarli/Shaarli.git] / .gitignore
index bcd745e4a00f249a15534c8b7a6be6f474d4f767..d546f248af2b64bf8ed443f58585636e1e288871 100644 (file)
@@ -1,4 +1,4 @@
-# Ignore data/, tmp/, cache/ and pagecache/
+# Shaarli runtime resources
 data
 tmp
 cache
@@ -7,4 +7,31 @@ pagecache
 # Eclipse project files
 .settings
 .buildpath
-.project
\ No newline at end of file
+.project
+
+# Raintpl generated pages
+*.rtpl.php
+
+# 3rd-party dependencies
+vendor/
+
+# Release archives
+*.tar.gz
+*.zip
+
+# Development and test resources
+coverage
+doxygen
+sandbox
+phpmd.html
+
+# User plugin configuration
+plugins/*/config.php
+
+# HTML documentation
+doc/html/
+
+# 3rd party themes
+tpl/*
+!tpl/default
+!tpl/vintage