citizen: add standard gitignore
This commit is contained in:
parent
ea14ae58e4
commit
73ad712992
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
# Runtime / build artifacts
|
||||
node_modules/
|
||||
dist/
|
||||
build/
|
||||
coverage/
|
||||
out/
|
||||
target/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
.venv/
|
||||
.pytest_cache/
|
||||
|
||||
# Rust / Go
|
||||
*.rlib
|
||||
*.prof
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.env.local
|
||||
Loading…
Reference in New Issue
Block a user