generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (44 loc) · 659 Bytes
/
.gitignore
File metadata and controls
53 lines (44 loc) · 659 Bytes
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
*.swp
package-lock.json
__pycache__
.pytest_cache
.env
.venv
.python-version
*.egg-info
.DS_Store
# CDK asset staging directory
.cdk.staging
cdk.out
cdk.outputs
cdk.context.json
cfn.outputs
node_modules
# IDE
.coverage
.VSCodeCounter
branch.txt
email.txt
s3_bucket.txt
build.config
drem.zip
reports
htmlcov
website/src/graphql/schema.graphql
website/src/graphql/mutations.js
website/src/graphql/queries.js
website/src/graphql/subscriptions.js
appsyncId.txt
lib/*.js
lib/constructs/**/*.js
bin/**/*.js
test/**/*.js
!jest.config.js
*.d.ts
!**/vite-env.d.ts
node_modules
# CDK asset staging directory
.cdk.staging
cdk.out
# scratchpad notes
scratch.txt