This commit is contained in:
2025-06-08 20:37:51 +09:00
parent c51e06235b
commit bc5a39923c

48
.gitignore vendored
View File

@@ -21,6 +21,54 @@ pnpm-debug.log*
# environment variables
.env
.env.production
.env.local
.env.development
# macOS-specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
# Editor directories and files
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Testing
coverage/
.nyc_output/
# Temporary files
*.log
*.tmp
.temp/
tmp/
temp/
# Optional: Dependency directories
jspm_packages/
bower_components/
# Optional: Cache directories
.npm/
.eslintcache
.stylelintcache
# Production build files
build/
public/dist/
public/build/
# Optional: Local SSL certificates
*.pem
*.cert
*.key
# Optional: CDN caches
.cdn/