forked from aws-solutions/workload-discovery-on-aws
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
60 lines (50 loc) · 1.17 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
# compiled output
**/dist
**/global-s3-assets
**/regional-s3-assets
**/open-source
**/*.zip
**/.zip
**/tmp
**/out-tsc
/templates
**/settings.js
**/packaged.template
# dependencies
**/node_modules
**/coverage
# e2e
**/e2e/*.js
**/e2e/*.map
# misc
**/npm-debug.log
**/testem.log
# package-lock.json
**/.vscode/settings.json
**/setenv.sh
# System Files
**/.DS_Store
*.DS_Store
**/.vscode
# Python coverage files
**/coverage.xml
**/.coverage
#nyc output
**/.nyc_output
# build
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/lambda-layers/boto_utils/python/*
source/backend/functions/cleanup-bucket/package
source/backend/functions/cost-parser/src/setting-up-athena-integration.md
local-deploy-perspective.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