citizen: add foundry gitignore
This commit is contained in:
parent
a3440369a7
commit
5e33b06bd0
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# Foundry artifacts
|
||||||
|
out/
|
||||||
|
cache/
|
||||||
|
cache_forge/
|
||||||
|
|
||||||
|
# Node
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# Environment
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
!.env.example
|
||||||
|
|
||||||
|
# Coverage
|
||||||
|
coverage/
|
||||||
|
lcov.info
|
||||||
|
|
||||||
|
# Gas snapshots
|
||||||
|
.gas-snapshot
|
||||||
|
|
||||||
|
# Broadcast logs
|
||||||
|
broadcast/
|
||||||
|
|
||||||
|
# Docs output
|
||||||
|
docs/
|
||||||
|
!docs/*.md
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
Loading…
Reference in New Issue
Block a user