mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
43 lines
666 B
Plaintext
43 lines
666 B
Plaintext
# Node.js / JavaScript typical ignores
|
|
# Dependency directories
|
|
node_modules/
|
|
# Build output
|
|
dist/
|
|
build/
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
# Runtime data
|
|
*.pid
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
# OS files
|
|
.DS_Store
|
|
# Coverage reports
|
|
coverage/
|
|
# Test output
|
|
.idea/
|
|
*.log
|
|
# Optional: package lock files if you prefer not to commit them
|
|
# package-lock.json
|
|
# yarn.lock
|
|
# More specific JS artifacts
|
|
*.js.map
|
|
# Ignore generated docs
|
|
/docs/
|
|
|
|
# Ignore resources
|
|
## Spec
|
|
|
|
|
|
|
|
## Graphs
|
|
/graphology/
|
|
|
|
# Track engine262 built files needed for deployment
|
|
!engine262/lib/engine262.mjs
|
|
!engine262/lib/engine262.d.ts
|
|
!engine262/lib/inspector.mjs |