fix: align project with upstream layout
This commit is contained in:
committed by
Michael Hoffmann
parent
91ab40725d
commit
3a58dc8928
53
.gitignore
vendored
53
.gitignore
vendored
@@ -1,9 +1,54 @@
|
||||
node_modules
|
||||
# Rust artifacts
|
||||
target/
|
||||
|
||||
# Node artifacts
|
||||
build/
|
||||
prebuilds/
|
||||
node_modules/
|
||||
|
||||
# Swift artifacts
|
||||
.build/
|
||||
|
||||
# Go artifacts
|
||||
_obj/
|
||||
|
||||
# Python artifacts
|
||||
.venv/
|
||||
dist/
|
||||
*.egg-info
|
||||
*.whl
|
||||
|
||||
# C artifacts
|
||||
*.a
|
||||
*.so
|
||||
*.so.*
|
||||
*.dylib
|
||||
*.dll
|
||||
*.pc
|
||||
*.exp
|
||||
*.lib
|
||||
|
||||
# Zig artifacts
|
||||
.zig-cache/
|
||||
zig-cache/
|
||||
zig-out/
|
||||
|
||||
# Example dirs
|
||||
/examples/*/
|
||||
|
||||
# Grammar volatiles
|
||||
*.wasm
|
||||
*.obj
|
||||
*.o
|
||||
|
||||
# Archives
|
||||
*.tar.gz
|
||||
*.tgz
|
||||
*.zip
|
||||
|
||||
# Project misc.
|
||||
queries
|
||||
build
|
||||
target
|
||||
npm-debug.log
|
||||
log.html
|
||||
.env
|
||||
.DS_Store
|
||||
/.build
|
||||
|
||||
Reference in New Issue
Block a user