Skip to content

Commit

Permalink
🙈 Exclude examples/point from workspace (#212)
Browse files Browse the repository at this point in the history
* 🙈 Ignore examples/point/main

* 🙈 Ignore examples/point/Cargo.lock

* 🔧 Exclude example/point from workspace
  • Loading branch information
phatblat authored Jul 18, 2024
1 parent 576f907 commit 88fef50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/target
**/*.rs.bk
.DS_Store
*.code-workspace
.DS_Store
/target
examples/point/Cargo.lock
examples/point/main
filename.h
generated.cffi
generated.cs
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ members = [
"napi-dispatcher/wasm/src/proc_macros",
"safer-ffi-build",
]
exclude = ["examples/point"]

[package.metadata.docs.rs]
features = ["docs"]
Expand Down

0 comments on commit 88fef50

Please sign in to comment.