wiki.techinc.nl/.gitignore
Kosta Harlan c27eda79a0 [docker] Use a .env file for setting the port and user
- allows for cleanly overriding host exposed port
- easier to override XDebug settings
- easier setup for Linux hosts

When wikimedia/fresh is updated with https://github.com/wikimedia/fresh/pull/18,
we can simplify the Selenium / API testing instructions too (removing the
`export` statements).

Bug: T246586
Bug: T246588
Change-Id: Ibd266411636ac144789617bb0999c33a83e9e652
2020-04-01 17:29:14 +02:00

93 lines
1.2 KiB
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
## Visual Studio Code
*.vscode/
# MediaWiki install & usage
/cache
/docs/coverage
/docs/js
/docs/latex
/images/[0-9a-f]
/images/archive
/images/cache
/images/deleted
/images/lockdir
/images/temp
/images/thumb
## Extension:EasyTimeline
/images/timeline
## Extension:Score
/images/lilypond
## Extension:TimedMediaHandler
/images/transcoded
/images/tmp
/maintenance/.mweval_history
/maintenance/.mwsql_history
/maintenance/dev/data
/AdminSettings.php
/LocalSettings.php
/includes/PlatformSettings.php
# Building & testing
npm-debug.log
node_modules/
/resources/lib/.foreign
/tests/phpunit/phpunit.phar
.phpunit.result.cache
/tests/phpunit/.phpunit.result.cache
phpunit.xml
/tests/selenium/log
.eslintcache
.api-testing.config.json
# Composer
/vendor
/composer.lock
/composer.local.json
/composer.phar
# Operating systems
## Mac OS X
.DS_Store
## Windows
Thumbs.db
# Misc
.buildpath
.classpath
.idea
*.iml
.metadata*
.settings
/favicon.ico
/static*
/tags
/.htaccess
/.htpasswd
/tests/phan/issues
*.rej
# Docker
docker-compose.override.yml
.env