Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Oct 30, 2024
1 parent 5e2f5b7 commit 616a519
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,30 @@
#.gitignore
#.env
# Compiler files
cache/
out/

# Ignores development broadcast logs
!/broadcast
/broadcast/*/31337/
/broadcast/**/dry-run/

# Dotenv file
.env

# flow-evm-gateway db/ files
db/

# Cadence test framework coverage
coverage.json
coverage.lcov

# Keys
*.pkey
*.pem

# Local configs
local.flow.json

# Local
.DS_Store
.vscode/
imports/

0 comments on commit 616a519

Please sign in to comment.