mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-23 15:56:55 +00:00
Expand .gitignore for more editors
List is from mediawiki/core Change-Id: Ied75b1fe7075832b90492d3f5d50e421a1b58e94
This commit is contained in:
parent
9ba9a6c22c
commit
eb8699aef6
26
.gitignore
vendored
26
.gitignore
vendored
|
@ -1,10 +1,24 @@
|
|||
*~
|
||||
*.kate-swp
|
||||
.*.swp
|
||||
\#*#
|
||||
.#*
|
||||
|
||||
NormalizationTest.txt
|
||||
node_modules/
|
||||
vendor/
|
||||
composer.lock
|
||||
|
||||
# Editors
|
||||
*.kate-swp
|
||||
*~
|
||||
\#*#
|
||||
.#*
|
||||
.*.swp
|
||||
.project
|
||||
.buildpath
|
||||
.classpath
|
||||
.settings
|
||||
cscope.files
|
||||
cscope.out
|
||||
*.orig
|
||||
## NetBeans
|
||||
nbproject*
|
||||
project.index
|
||||
## Sublime
|
||||
sublime-*
|
||||
sftp-config.json
|
||||
|
|
Loading…
Reference in a new issue