Skip to content

Commit

Permalink
Fixed tracking binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
QueenOfSquiggles committed Apr 5, 2024
1 parent 98868e6 commit f3540e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
doc/**
!doc/.gdignore

debug/
target/


# allowing binaries in git isn't a great fix in terms of usability. But it improves my workflow so I'm doing it
target/**

# allow debug binaries
!target/debug/libsqore.so
!target/debug/sqore.dll
Expand All @@ -17,8 +18,7 @@ target/
!target/release/libsqore.dylib




debug/
Cargo.lock
sqore_release.zip
*.json
Expand Down

0 comments on commit f3540e5

Please sign in to comment.