diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ dist/ # generated types .astro/ +.vercel/output/ # dependencies node_modules/ @@ -20,4 +21,4 @@ pnpm-debug.log* # macOS-specific files .DS_Store -.idea/
\ No newline at end of file +.idea/ |
