mirror of
https://github.com/mileswolfallen2/gelectron.git
synced 2026-09-08 04:43:14 +00:00
47 lines
430 B
Plaintext
47 lines
430 B
Plaintext
# Rust
|
|
/target/
|
|
crates/*/target/
|
|
|
|
# Node.js
|
|
node_modules/
|
|
npm-debug.log*
|
|
package-lock.json
|
|
|
|
al/
|
|
# Build artifacts
|
|
*.node
|
|
*.dylib
|
|
*.so
|
|
*.dll
|
|
*.d
|
|
*.pdb
|
|
|
|
# Benchmark results
|
|
benchmark/result-*.json
|
|
|
|
# Packaged output
|
|
dist/
|
|
|
|
# Packager cache
|
|
.gelectron-cache/
|
|
|
|
# Electron
|
|
electron/
|
|
|
|
# Electron compat layer (generated)
|
|
src/electron/
|
|
npm/darwin-arm64/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# napi-rs
|
|
napi-dist/
|