mirror of
https://github.com/ZSeven-W/openpencil.git
synced 2026-05-31 19:04:29 +07:00
58 lines
No EOL
516 B
Text
58 lines
No EOL
516 B
Text
/target
|
|
|
|
# Build artifacts
|
|
*.rcgu.o
|
|
*.rmeta
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Rust (additional)
|
|
**/target/
|
|
*.rlib
|
|
*.d
|
|
|
|
# Node.js
|
|
node_modules/
|
|
**/node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Common build outputs
|
|
dist/
|
|
**/dist/
|
|
build/
|
|
**/build/
|
|
out/
|
|
**/out/
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Logs, caches, temp
|
|
*.log
|
|
logs/
|
|
**/.cache/
|
|
cache/
|
|
tmp/
|
|
temp/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
|
|
# OS junk
|
|
.DS_Store
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Icon?
|
|
._*
|
|
|
|
# Editor artifacts
|
|
*.swp
|
|
*.swo
|
|
*.bak
|
|
*.tmp |