forked from tas/major_tom
34 lines
313 B
Plaintext
34 lines
313 B
Plaintext
# 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
|