/ .gitignore
.gitignore
1 node_modules 2 .DS_Store 3 dist 4 dist-ssr 5 *.local 6 .env 7 .nitro 8 .tanstack 9 .wrangler 10 .output 11 .vinxi 12 __unconfig* 13 todos.json 14 15 # Emacs temporary files 16 # 17 # Auto-save files (wrapped in #) 18 #*# 19 # Flycheck temporary files 20 flycheck_* 21 # Backup files 22 *~