diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,6 @@ # build output dist/ + # generated types .astro/ @@ -12,7 +13,6 @@ yarn-debug.log* yarn-error.log* pnpm-debug.log* - # environment variables .env .env.production @@ -20,6 +20,11 @@ pnpm-debug.log* # macOS-specific files .DS_Store +# Editor files +.vs +.vscode +.idea + # Yarn v2 .yarn/* !.yarn/cache |