diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..a1e62b28 --- /dev/null +++ b/.gitignore @@ -0,0 +1,43 @@ +# git-deploy status file: +/.deploy + +# Editors +*.kate-swp +*~ +\#*# +.#* +.*.swp +.project +cscope.files +cscope.out +## NetBeans +nbproject* +project.index +## Sublime +sublime-* +sftp-config.json + +# Building & testing +node_modules/ + +# Composer +/vendor +/composer.lock +/composer.json + +# Operating systems +## Mac OS X +.DS_Store +## Windows +Thumbs.db + +# Misc +.buildpath +.classpath +.idea +.metadata* +.settings +/static* +/tags +/.htaccess +/.htpasswd