wiki.techinc.nl/.gitignore
Timo Tijhof 1d3c908d4f gitignore: Add /images/cache
This is the default directory for FileCache (as enabled with $wgUseFileCache).
Used by HTMLFileCache (article views) and ResourceFileCache (load.php).

Change-Id: I8c3ccb734268b0902b693c2c19125f7f858898f1
2015-05-12 02:45:17 +01:00

73 lines
916 B
Text

# Repository management
.svn
# git-deploy status file:
/.deploy
# Editors
*.kate-swp
*~
\#*#
.#*
.*.swp
.project
cscope.files
cscope.out
*.orig
## NetBeans
nbproject*
project.index
## Sublime
sublime-*
sftp-config.json
# MediaWiki install & usage
/cache
/docs/js
/images/[0-9a-f]
/images/archive
/images/cache
/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
/composer.local.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