Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Lederstrumpf committed Nov 4, 2024
1 parent a2f8a40 commit eaf49be
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ CMakeLists.txt.user
.scannerwork/
peers.list
cmake-build*
venv

.gtm
/.gtm/
Expand All @@ -33,4 +34,10 @@ examples/**/db
/examples/kusama/syncing/
/examples/rococo/syncing/

CMakeUserPresets.json
CMakeUserPresets.json

# Nix setup specific
.rustup
.cargo
.direnv
.envrc

0 comments on commit eaf49be

Please sign in to comment.