Skip to content

Commit

Permalink
chore(bindings): ignore more artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime authored and amaanq committed Mar 3, 2024
1 parent f7c6dca commit 924c2b4
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions cli/src/generate/templates/gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
# Rust artifacts
/Cargo.lock
/target/
Cargo.lock
target/

# Node artifacts
/build/
/node_modules/
build/
node_modules/
*.tgz

# Swift artifacts
/.build/
.build/

# Go artifacts
go.sum
_obj/

# Python artifacts
/dist/
.venv/
dist/
*.egg-info
*.whl

# Zig artifacts
/zig-cache/
/zig-out/

# C artifacts
*.a
*.so
Expand Down

0 comments on commit 924c2b4

Please sign in to comment.