lseq/.gitignore

46 lines
517 B
Text

# TypeScript
typescript/node_modules/
typescript/dist/
typescript/*.tsbuildinfo
typescript/.nyc_output/
typescript/coverage/
# Rust
target/
rust/Cargo.lock
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local