mirror of
https://github.com/skoelle/focusapp.git
synced 2026-09-17 20:10:25 +00:00
70 lines
658 B
Plaintext
70 lines
658 B
Plaintext
# Visual Studio / .NET
|
|
.vs/
|
|
bin/
|
|
obj/
|
|
*.user
|
|
*.suo
|
|
*.userprefs
|
|
*.sln.docstates
|
|
*.swp
|
|
*~
|
|
|
|
# Node/React
|
|
node_modules/
|
|
client/node_modules/
|
|
client/build/
|
|
client/dist/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Environment & Secrets
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
appsettings.*.json
|
|
!appsettings.json
|
|
|
|
# Databases
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# OS
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.code-workspace
|
|
|
|
# Build artifacts
|
|
publish/
|
|
dist/
|
|
build/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|