From bc5a39923c163eb2c9b594039509184663e7e1e6 Mon Sep 17 00:00:00 2001 From: krasi Date: Sun, 8 Jun 2025 20:37:51 +0900 Subject: [PATCH] 080602 --- .gitignore | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/.gitignore b/.gitignore index c48aa0b..97b84cb 100644 --- a/.gitignore +++ b/.gitignore @@ -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/