wiki.techinc.nl/.gitignore
Timo Tijhof a0c55f2a17 Gitignore: Clean up and ensure /includes/cache is not ignored.
In Git (at least in version 1.8.x) entries without leading slash
can be matches in any subdirectory.

Add a / in front of all those that should only be in the root.

Change-Id: I61e2be30ac24c5b369a1d36869fbd027f197bebf
2013-03-05 00:53:16 +01:00

60 lines
740 B
Text

# Repository management
.svn
# git-deploy status file:
/.deploy
# Editors
*.kate-swp
*~
.*.swp
.project
cscope.files
cscope.out
## NetBeans
nbproject*
project.index
sublime-*
# 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/
# Composer
/vendor
/composer.lock
/composer.json
# Operating systems
## Mac OS X
.DS_Store
## Windows
Thumbs.db
# Misc
.buildpath
.classpath
.idea
.metadata*
.settings
/favicon.ico
/static*
/tags