Files
rikkei_simple_care/.gitignore

28 lines
380 B
Plaintext

# Dependency directories
node_modules/
# Production builds
dist/
build/
# IDEs and OS files
.idea/
.vscode/
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Upload and storage directories (CRITICAL: Ignore to prevent git clean -fd from deleting them)
server/uploads/
storage/
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local