-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
70 lines (59 loc) · 1.31 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
.idea/
.build
.webpack
.infra
.dynamodb
.yarn_install
.pnpm_install
node_modules
testcafe_results
.DS_Store
build_dev
dev_tool/build
tsconfig.tsbuildinfo
.serverless
.eslintcache
/.env
.nx
tests_output
*.log
coverage/
gen/
todo.txt
notes/
.tool-versions
dbdump-*
# testing
/coverage
/coverage-all
/coverage-cypress
/reports
.nyc_output
/tests
/scripts/add_cypress_test_users.js*
/scripts/collect_ci_runtime_stats.js*
/scripts/recent_actions_cache.json
/scripts/get-changed-services/index.js*
/scripts/destroy_stage.js*
/scripts/import-programs.js*
services/app-web/public/env-config.js
services/app-web/storybook-static
services/app-web/build
services/app-api/protoMigrations/build
services/uploads/local_buckets
.envrc.local
lambda_response.json
services/app-api/lambda-layers-prisma-client
services/app-api/lambda-layers-prisma-client-migration
services/app-api/lambda-layers-prisma-client-query
services/app-api/lambda-layers-prisma-client-engine
services/app-api/healthPlanFormDataMigrations
services/app-proto/build
services/postgres/scripts/*.js
services/uploads/src/avLayer/build/lambda_layer
services/uploads/src/avLayer/build/lib
services/uploads/src/avLayer/build/bin
services/uploads/src/avLayer/build/*.tar.gz
services/uploads/src/avLayer/build/*.zip
tests/cypress/fixtures/stores/featureFlagStore.json
packages/*/build