Reedy has uploaded a new change for review. https://gerrit.wikimedia.org/r/170331
Change subject: Add .gitignore from core ...................................................................... Add .gitignore from core Change-Id: I2f6b249fb78f60a287cdef3f2c4f73389ae24d82 --- A .gitignore 1 file changed, 70 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BounceHandler refs/changes/31/170331/1 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..93c429f --- /dev/null +++ b/.gitignore @@ -0,0 +1,70 @@ +# Repository management +.svn + +# git-deploy status file: +/.deploy + +# Editors +*.kate-swp +*~ +\#*# +.#* +.*.swp +.project +cscope.files +cscope.out +## NetBeans +nbproject* +project.index +## Sublime +sublime-* +sftp-config.json + +# MediaWiki install & usage +/cache +/docs/js +/images/[0-9a-f] +/images/archive +/images/deleted +/images/lockdir +/images/temp +/images/thumb +## Extension:EasyTimeline +/images/timeline +/images/tmp +/maintenance/.mweval_history +/maintenance/.mwsql_history +/maintenance/dev/data +/AdminSettings.php +/LocalSettings.php +/StartProfiler.php + +# Building & testing +node_modules/ +/tests/phpunit/phpunit.phar + +# Composer +/vendor +/composer.lock +/composer.json + +# MediaWiki UI documentation +/docs/kss/static + +# Operating systems +## Mac OS X +.DS_Store +## Windows +Thumbs.db + +# Misc +.buildpath +.classpath +.idea +.metadata* +.settings +/favicon.ico +/static* +/tags +/.htaccess +/.htpasswd -- To view, visit https://gerrit.wikimedia.org/r/170331 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2f6b249fb78f60a287cdef3f2c4f73389ae24d82 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/BounceHandler Gerrit-Branch: master Gerrit-Owner: Reedy <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
