mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-14 19:35:11 +00:00
Expand .gitignore for more editors
List is from mediawiki/core Change-Id: I8d815840a2bf1b1a1c3d6717d1c9c428a2a278f8
This commit is contained in:
parent
1e45467be3
commit
b660771e69
26
.gitignore
vendored
26
.gitignore
vendored
|
@ -1,5 +1,23 @@
|
||||||
.svn
|
/vendor/
|
||||||
*~
|
|
||||||
*.kate-swp
|
|
||||||
.*.swp
|
|
||||||
node_modules/
|
node_modules/
|
||||||
|
/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