mirror of
https://github.com/extism/extism.git
synced 2026-01-09 22:07:57 -05:00
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
runtime/target
|
||||
Cargo.lock
|
||||
.DS_Store
|
||||
.vscode
|
||||
**/libextism.dylib
|
||||
**/libextism.so
|
||||
*.o
|
||||
manifest/target
|
||||
**/node_modules
|
||||
__pycache__
|
||||
python/dist
|
||||
python/poetry.lock
|
||||
c/main
|
||||
go/main
|
||||
ruby/.bundle/
|
||||
ruby/.yardoc
|
||||
ruby/_yardoc/
|
||||
ruby/coverage/
|
||||
ruby/doc/
|
||||
ruby/pkg/
|
||||
ruby/spec/reports/
|
||||
ruby/tmp/
|
||||
ruby/Gemfile.lock
|
||||
cpp/example
|
||||
rust/target
|
||||
ocaml/duniverse
|
||||
ocaml/_build
|
||||
wasm/rust-pdk/target
|
||||
Reference in New Issue
Block a user