minor changes

This commit is contained in:
Bhavnoor Singh Saroya 2025-08-25 14:23:55 -07:00
parent 909b29dfb5
commit af2e220116
30 changed files with 598 additions and 350 deletions

View file

@ -1,22 +1,24 @@
# flyctl launch added from .gitignore
# General
.DS_Store
.vscode
**/.DS_Store
**/.vscode
# Node
node_modules
**/node_modules
# SvelteKit
.output
.svelte-kit
/build
/package
**/.output
**/.svelte-kit
build
package
.env
.env.*
!.env.example
**/.env
**/.env.*
!**/.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
**/vite.config.js.timestamp-*
**/vite.config.ts.timestamp-*
# Netlify
.netlify
**/.netlify
fly.toml