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 committed Mar 2, 2024
1 parent 2a5f540 commit bc83d64
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 bc83d64

Please sign in to comment.