/ .gitignore
.gitignore
 1  .direnv
 2  .DS_Store
 3  node_modules
 4  /build
 5  /.svelte-kit
 6  /package
 7  .env
 8  .env.*
 9  !.env.example
10  vite.config.js.timestamp-*
11  vite.config.ts.timestamp-*