-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (48 loc) · 670 Bytes
/
Copy path.gitignore
File metadata and controls
60 lines (48 loc) · 670 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
53
54
55
56
57
58
59
60
# Dependencies
node_modules/
# Testing
/coverage
# Production builds
/build
dist/
# Environment files
.env
.env.local
*.local
# Logs
*.log
# System files
.DS_Store
*.pem
# Python
__pycache__/
*.pyc
venv/
.venv/
# IDE
.idea/
.vscode/
# Hardhat
cache/
artifacts/
typechain-types/
# Foundry
out/
broadcast/
!broadcast/*/dry-run/
# SSH signing
.ssh_commit_key
.ssh_commit_key.pub
.allowed_signers
# Development artifacts
.emergent/
.commit_schedule.json
*_PLAN_*.md
test_result.md
# Exclude specific scripts used for git history manipulation
scripts/create_*.sh
scripts/create_*.py
scripts/generate_*.py
scripts/fix_*.py
scripts/*_commits.sh
scripts/*_commits.py