forked from sourcekeeper_42/sourcekeeper_42-contract-lab
citizen: add standard gitignore
This commit is contained in:
parent
51085ea80d
commit
c1f142f404
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