From 7f4d7f8bb621604a3226d3c9fa429a00228fa549 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Fri, 8 Aug 2014 20:11:24 +0200 Subject: [PATCH] Add .gitignore Used a copy of .gitignore of mediawiki/core and removed some lines, because in this extension not all the folders which are in core. Change-Id: I37e2bb03143b3b8f388bcf44bdcd82ce2a2ac767 --- .gitignore | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .gitignore 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