Initial commit
This commit is contained in:
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
# Build artifacts
|
||||
build/
|
||||
build-wasm/
|
||||
build-win64/
|
||||
*.o
|
||||
|
||||
# Binaries
|
||||
jnr
|
||||
jnr.exe
|
||||
|
||||
# Distribution
|
||||
dist-web/
|
||||
dist-win64/
|
||||
jnr-latest.zip
|
||||
|
||||
# Emscripten SDK (local install)
|
||||
emsdk/
|
||||
|
||||
# Dependencies (vendored SDKs)
|
||||
deps/
|
||||
|
||||
# Editor / IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.cache/
|
||||
compile_commands.json
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user