Skip to content

Commit

Permalink
Fixed tracking binaries? pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
QueenOfSquiggles committed Apr 5, 2024
1 parent 1089af5 commit 3abe5c7
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ doc/**
# allowing binaries in git isn't a great fix in terms of usability. But it improves my workflow so I'm doing it
target/**/*


debug/
Cargo.lock
sqore_release.zip

*.json
.vscode
**/*.import


# Exception List

## allow debug binaries
!target/debug/libsqore.so
!target/debug/sqore.dll
Expand All @@ -15,12 +27,3 @@ target/**/*
!target/release/libsqore.so
!target/release/sqore.dll
!target/release/libsqore.dylib


debug/
Cargo.lock
sqore_release.zip

*.json
.vscode
**/*.import

0 comments on commit 3abe5c7

Please sign in to comment.