From 3abe5c79c4adf9074ab01c72aecfb3f5a8ff385a Mon Sep 17 00:00:00 2001 From: QueenOfSquiggles <8940604+QueenOfSquiggles@users.noreply.github.com> Date: Fri, 5 Apr 2024 16:32:18 -0500 Subject: [PATCH] Fixed tracking binaries? pt2 --- .gitignore | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index b9f63d6..7cce3da 100644 --- a/.gitignore +++ b/.gitignore @@ -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 @@ -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