-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy path.gitignore
78 lines (68 loc) · 1.08 KB
/
.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# dependencies
node_modules
api/node_modules
common/node_modules
e2e/node_modules
web/node_modules
# misc
.DS_Store
.dccache
.editorconfig
.env
.idea
.nova
.vscode
.yarn
.yarnrc.yml
Makefile
__files
mongodata/*
notes.md
npm-debug.log*
pgdata/*
schema.sql
api/.env
api/.nyc_output
api/coverage
api/coverage-endpoint
api/coverage-unit
api/dist
api/endpoint-data.json
api/endpoint-tests/endpoint-data.json
api/seeds/test/tokens.json
api/seeds/test/tokens.js
api/test-data/files
common/coverage
common/coverage-endpoint
common/dist
docs-build
e2e/cypress.env.json
e2e/cypress/screenshots/*
e2e/cypress/videos/*
e2e/tokens.json
e2e/.nyc_output
e2e/coverage
e2e/cypress/downloads
web/.jest-test-results.json
web/coverage
web/_dev
web/dist
web/docs-build
web/storybook-static/*
# stryker temp files
web/.stryker-tmp
web/reports
common/.stryker-tmp
common/reports
# use yarn to manage packages, not npm
api/package-lock.json
web/package-lock.json
e2e/package-lock.json
package-lock.json
# Terraform ignores
*.terraform
*.terraform.lock.hcl
*/terraform.tfstate*
*.terraform*
env_vars.sh
*terraform/builds