Files
strata-compile/.gitignore
2026-01-16 09:25:50 -05:00

67 lines
573 B
Plaintext

# Dependencies
node_modules/
.pnp
.pnp.js
# Build outputs
bin/
dist/
.strata/
*.exe
*.dll
*.so
*.dylib
# Coverage
coverage/
coverage.out
coverage.html
*.lcov
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Environment
.env
.env.local
.env.*.local
*.local
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Testing
.nyc_output/
# Temporary files
tmp/
temp/
*.tmp
*.temp
# OS files
Thumbs.db
ehthumbs.db
# Strata generated
examples/*/dist/
examples/*/.strata/
# Go
*.test
*.prof
# Codetyper.nvim - AI coding partner files
*.coder.*
.coder/
*.tgz