pcbjam/.gitignore
Viktor Vaczi a10c173cc0 Add *.wasm.map to gitignore
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 10:21:41 +01:00

48 lines
701 B
Text

# Build directories
build/
build-*/
cmake-build-*/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Compiled objects
*.o
*.obj
*.a
*.so
*.dylib
*.dll
# WebAssembly output (but not Makefiles that end in .wasm)
*.wasm
!Makefile.wasm
*.js.map
*.wasm.map
# macOS
.DS_Store
# Emscripten cache
.emscripten_cache/
# Clean clone for reproducible builds (generated by build-wxwidgets-wasm-clean.sh)
wxwidgets-clean/
# Test artifacts
/tests/node_modules/
/tests/playwright-report/
/tests/test-results/
/test-results/
/tests/wasm-app/*.js
/tests/wasm-app/*.html
/tests/wasm-app/minimal_test.wasm
/tests/wasm-app/standalone/*/*.js
/tests/wasm-app/standalone/*/*.html
/tests/wasm-app/standalone/*/*.wasm
/temp/
*.log