Files
SkyArtShop/.gitignore
Local Server e4b3de4a46 Updatweb
2025-12-19 20:44:46 -06:00

56 lines
556 B
Plaintext
Executable File

bin/
obj/
publish/
publish_old/
*.log
*.db
*.db-shm
*.db-wal
wwwroot/uploads/
# Prevent GitHub credentials
.git/config.github
github-credentials
.github-token
# Environment files
backend/.env
.env
*.env.local
.env.production
# Logs
logs/
backend/logs/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime
node_modules/
.npm
.yarn
pids/
*.pid
*.seed
*.pid.lock
# Editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Uploads
uploads/*
!uploads/.gitkeep
website/uploads/*
!website/uploads/.gitkeep
# Backups
*.bak
*.backup
package-lock.json.bak