46 lines
448 B
Plaintext
46 lines
448 B
Plaintext
# Rust build artifacts
|
|
target/
|
|
Cargo.lock
|
|
|
|
# Node.js
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Astro build output
|
|
dist/
|
|
.astro/
|
|
|
|
# Compiled binaries and libraries
|
|
*.node
|
|
*.so
|
|
*.dll
|
|
*.dylib
|
|
*.a
|
|
|
|
# Archive files
|
|
*.tar.gz
|
|
*.zip
|
|
|
|
# iOS/Android build artifacts
|
|
bindings/
|
|
*.xcframework/
|
|
RTSDA/
|
|
|
|
# Build outputs
|
|
build/
|
|
*.log
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp |