This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
forked from aws-solutions/automated-data-analytics-on-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
executable file
·97 lines (73 loc) · 1.49 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
!deployment/.typescript/cdk-solution-helper/index.js
package-lock.json
!pipeline/package-lock.json
!jest.config.js
*.d.ts
!globals.d.ts
node_modules
!source/.typescript/lambda/**/*.js
!source/lambda/**/*.js
.eslintcache
.local
.scannerwork
**/.jest.test-cdk-environment.js*
# coverage
.coverage
coverage/
.nyc_output
.jacoco
# Built typescript
dist
# CDK asset staging directory
.cdk.staging
cdk.out
cdk.out*
!**/cdk-solution-helper/index.js
# Coverage
**/coverage/*
## Pact
**/pacts-logs/*
deployment/global-s3-assets
deployment/regional-s3-assets
deployment/staging
open-source/
# Temporary folders
tmp/
temp/
# Intellij
*.iml
### VisualStudioCode ###
.vscode/*
### macOS ###
.DS_Store
## IntelliJ
**/.idea/*
# yarn
**/yarn-error.log
# env file
.env
.env.*
!.env.example
# cfn nag output
cfn_nag_suppressions.log
# java lambdas
**/target
**/dependency-reduced-pom.xml
**/*.iml
**/.classpath
**/.factorypath
**/.project
**/.settings/
# cypress testing
source/cypress/results/*
source/cypress/screenshots/*
source/cypress/videos/*
# Python
.python-version
# tern docker scan generated files
**/Dockerfile_*
# Cached dependencies directory
source/packages/@ada/infra/src/services/data-product/components/schema-preview/docker-image/dependencies
# temporary files
source/packages/@ada/infra/src/common/constructs/api/lambda-layer/code/nodejs/api-client-lambda/jwt-signer/index.ts
source/packages/@ada/infra/src/common/constructs/api/lambda-layer/code/nodejs/api-client-lambda/jwt-signer/version.json