forked from wikimedia/mediawiki-extensions-Wikibase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
55 lines (47 loc) · 764 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
composer.phar
composer.lock
vendor/
extensions/
node_modules/
repo/tests/selenium/log/
easyrdf/
.idea/
.DS_Store
.eslintcache
selenium/configuration.yml
tests/browser/.idea
tests/browser/.bundle/*
tests/browser/config/config.yml
.api-testing.config.json
repo/rest-api/tests/mocha/helpers/.test-user-credentials.json
# Doxygen
docs/php
docs/*.tmp
# other docs
/docs/data-bridge-storybook/
/docs/tainted-ref-storybook/
/docs/data-bridge-dist-size/
/docs/tainted-ref-dist-size/
/docs/rest-api/
# Editors
*.kate-swp
*~
\#*#
.#*
.*.swp
.project
.buildpath
.classpath
.settings
cscope.files
cscope.out
*.orig
## NetBeans
nbproject*
project.index
## Sublime
sublime-*
sftp-config.json
# federated properties VM
build/federated-properties/vagrant/.vagrant
.vscode