forked from SAP/cloud-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
40 lines (33 loc) · 762 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
node_modules
.vscode
build/**
dist
.next/**
build-packages/**/lib
.DS_Store
coverage
yarn-error.log
*.tgz
**credentials.json
.idea
.nyc_output
documentation
.npmrc
.turbo
test-results.xml
test-packages/type-tests/report.*.json
test-resources/cli/test-output
test-resources/generator/test-output
tsconfig.tsbuildinfo
junit.xml
.env
local-docs/_site
sqlite.db
sqlite.db-journal
test-packages/integration-tests/test/auth-flows/vcap-services.json
test-packages/integration-tests/test/auth-flows/user-access-token.json
test-packages/integration-tests/test/auth-flows/systems.json
test-packages/memory-tests/**/test-service
test-packages/memory-tests/**/yarn.lock
test-packages/e2e-tests/test/generator-test-output
test-packages/e2e-tests/test/mail/test-output