mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-23 15:26:47 +00:00
Add .gitignore
Used a copy of .gitignore of mediawiki/core and removed some lines, because in this extension not all the folders which are in core. Change-Id: I37e2bb03143b3b8f388bcf44bdcd82ce2a2ac767
This commit is contained in:
parent
d28f09df31
commit
7f4d7f8bb6
43
.gitignore
vendored
Normal file
43
.gitignore
vendored
Normal file
|
@ -0,0 +1,43 @@
|
|||
# git-deploy status file:
|
||||
/.deploy
|
||||
|
||||
# Editors
|
||||
*.kate-swp
|
||||
*~
|
||||
\#*#
|
||||
.#*
|
||||
.*.swp
|
||||
.project
|
||||
cscope.files
|
||||
cscope.out
|
||||
## NetBeans
|
||||
nbproject*
|
||||
project.index
|
||||
## Sublime
|
||||
sublime-*
|
||||
sftp-config.json
|
||||
|
||||
# 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
|
||||
/static*
|
||||
/tags
|
||||
/.htaccess
|
||||
/.htpasswd
|
Loading…
Reference in a new issue