-
Notifications
You must be signed in to change notification settings - Fork 93
/
.gitignore
75 lines (63 loc) · 1.51 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
# compiled output
**/dist
**/global-s3-assets
**/regional-s3-assets
**/open-source
**/*.zip
**/.zip
**/tmp
**/out-tsc
/templates
**/settings.js
**/packaged.template
# dependencies
**/node_modules
# testing
**/coverage
**/cypress-coverage
**/vitest-coverage
source/frontend/reports
source/frontend/cypress/downloads
source/frontend/cypress/screenshots
source/frontend/cypress/snapshots/diff
source/frontend/cypress/videos
# e2e
**/e2e/*.js
**/e2e/*.map
# misc
**/npm-debug.log
**/testem.log
# package-lock.json
**/.vscode/settings.json
**/setenv.sh
#IntelliJ
.idea
*.iml
# System Files
**/.DS_Store
*.DS_Store
**/.vscode
# Python coverage files
**/coverage.xml
**/.coverage
#nyc output
**/.nyc_output
# build
source/backend/functions/account-import-templates-api/src/global-resources.template
source/backend/functions/lambda-layers/aws_sdk/python
source/backend/functions/lambda-layers/cr_helper/python
source/backend/functions/lambda-layers/decorators/python/*
source/backend/functions/drawio/python/*
source/backend/functions/drawio/.pytest_cache
source/backend/functions/cleanup-bucket/package
source/backend/functions/cost-parser/src/setting-up-athena-integration.md
deployment/local_install.sh
# docs build
docs/build
# codebuild local testing
dynamodb_local
codebuild_build.sh
source/backend/functions/cost-parser/test/local-deploy.sh
source/backend/functions/cost-parser/test/local-invoke-read-s3.sh
source/backend/functions/cost-parser/test/local-invoke-service-cost.sh
source/backend/functions/cost-parser/test/local-invoke.sh