]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - .gitignore
fix blank
[github/shaarli/Shaarli.git] / .gitignore
index d546f248af2b64bf8ed443f58585636e1e288871..c54d9b693d056a0e8abad358464e5625356753e1 100644 (file)
@@ -18,20 +18,35 @@ vendor/
 # Release archives
 *.tar.gz
 *.zip
+inc/languages/*/LC_MESSAGES/shaarli.mo
 
 # Development and test resources
 coverage
-doxygen
 sandbox
 phpmd.html
+phpdoc.xml
 
 # User plugin configuration
 plugins/*/config.php
 
 # HTML documentation
 doc/html/
+doc/phpdoc/
 
 # 3rd party themes
 tpl/*
 !tpl/default
 !tpl/vintage
+
+# Front end
+node_modules
+tpl/default/js
+tpl/default/css
+tpl/default/fonts
+tpl/default/img
+tpl/vintage/js
+tpl/vintage/css
+tpl/vintage/img
+
+# Documented scripts
+generate_templates.php