This commit is contained in:
Dorian
2026-01-28 00:47:00 +00:00
parent 336704512b
commit 2b01cab400
22658 changed files with 542 additions and 4482792 deletions
+32 -3
View File
@@ -1,9 +1,22 @@
# Rust build output
target/
**/target/
Cargo.lock
# Cargo lock for libraries (optional; binary crates often commit Cargo.lock)
# Cargo.lock
# Node.js
node_modules/
**/node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
pnpm-debug.log*
# Build outputs
dist/
dist-ssr/
build/
*.local
# IDE / editor
.idea/
@@ -16,4 +29,20 @@ target/
# Environment and local overrides
.env
.env.local
*.local
.env.*.local
# Logs
logs/
*.log
# OS
.DS_Store
Thumbs.db
# Testing
coverage/
.nyc_output/
# Temporary files
*.tmp
*.temp