mirror of
https://github.com/KoriIku/luxirty-search
synced 2024-11-22 17:42:13 +00:00
48 lines
449 B
Plaintext
48 lines
449 B
Plaintext
# Node modules
|
|
node_modules
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Build output
|
|
dist
|
|
dist-ssr
|
|
|
|
# # Local env files
|
|
# .env
|
|
# .env.*
|
|
# !.env.example
|
|
|
|
# Testing
|
|
coverage
|
|
|
|
# Misc
|
|
*.local
|
|
|
|
# Version control
|
|
.git
|
|
.gitignore
|
|
|
|
# Docker
|
|
Dockerfile
|
|
.dockerignore
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp |