-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
65 lines (53 loc) · 928 Bytes
/
.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
# Distribution / packaging
.Python
.build
package-lock.json
# Put stuffs here for your local dev specific purpose
.local/
develop-eggs/
eggs/
.eggs/
venv/
.venv/
env/
.env
*.egg-info/
*.egg
*__pycache__*
.pytest_cache/
# IDE
.idea
.DS_Store
# Environment files
*.log
**/layers/python/
**/layers/**/*.zip
*.js
!jest.config.js
*.d.ts
node_modules
# CDK asset staging directory
.cdk.staging
cdk.out/
# commented out for best practices to avoid non-deterministic behavior
# https://docs.aws.amazon.com/cdk/v2/guide/best-practices.html#best-practices-apps
# cdk.context.json
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
*.sqlite3
# SQL dumps, data, etc...
Brewfile.lock.json
*.xml
.coverage
htmlcov/
# Filemanager-specific
.sqlx
target/
lib/workload/stateful/filemanager/volume
skel/rust-api/Cargo.lock