Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,16 @@ target/
*.pdb

# Default database location for the ledger
ledger.db
/*ledger.db/

# Default database location for the consensus
chain.db
/*chain.db/
Comment thread
rkuhn marked this conversation as resolved.

# Insta not-yet reviewed snapshots
*.snap.new

# Files downloaded for the demo
snapshots/
!crates/amaru/tests/snapshots
/snapshots/

# Files for local coverage reports
coverage/
Expand All @@ -36,3 +35,6 @@ coverage/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/
*~

# Cardano node support files
/cardano-node-config/
Loading