-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy path.gitignore
More file actions
66 lines (57 loc) · 967 Bytes
/
.gitignore
File metadata and controls
66 lines (57 loc) · 967 Bytes
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
56
57
58
59
60
61
62
63
64
65
66
composer.phar
composer.lock
# Cypress
cypress/.cache
cypress/screenshots
cypress/videos
cypress/downloads
vendor/
extensions/
node_modules/
repo/tests/selenium/log/
client/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/domains/crud/tests/mocha/helpers/.test-user-credentials.json
# Generated
repo/rest-api/specs/openapi-joined.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/
/docs/graphql-explorer/
# 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
/.stylelintcache