29 lines
253 B
Text
29 lines
253 B
Text
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Env
|
|
.env
|
|
.env.*
|
|
|
|
# Node
|
|
node_modules/
|
|
**/node_modules/
|
|
|
|
# Build outputs
|
|
server/dist/
|
|
web/dist/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Runtime data
|
|
/data/
|
|
|
|
!.env.example
|
|
|