-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (45 loc) · 695 Bytes
/
Copy path.gitignore
File metadata and controls
47 lines (45 loc) · 695 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
node_modules/
**/node_modules/
.dist/
dist/
.env
.env.*
!.env.example
!bigdata/.env.example
__pycache__/
*.pyc
.mypy_cache/
pytest.cache/
target/
aion_core.egg-info/
*.egg-info/
*.dist-info/
Cargo.lock
.idea/
.vscode/
.DS_Store
coverage/
.playwright-cache/
.poetry/
.envrc
artifacts/
.artifacts/
.secrets-out/
# Private keys
*.key
*-key.pem
.vault/
# Generated bootstrap certificates
config/certs/bootstrap/*.pem
config/certs/bootstrap/*.key
config/certs/bootstrap/*.csr
config/certs/bootstrap/*.srl
# Generated development certificates
config/certs/dev/*.pem
config/certs/dev/*.key
config/certs/dev/*.csr
config/certs/dev/*.srl
config/certs/dev/.generated
config/keys/
.env.bak.*
compose.log