gotch/.gitignore
2020-06-05 00:04:12 +10:00

23 lines
147 B
Plaintext

.directory
*.swp
*.swo
*.dat
*.log
*.bak
*.out
*.dot
*.rs
*.txt
*.json
target/
_build/
data/
tmp/
gen/.merlin
**/*.rs.bk
Cargo.lock
__pycache__