Skip to content

Commit

Permalink
Create .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanheemstra authored Dec 23, 2024
1 parent f1e8d28 commit f2f5407
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions containers/app/frontend/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
node_modules

# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/build

# OS
.DS_Store
Thumbs.db

# Env
.env
.env.*
!.env.example
!.env.test

# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*

0 comments on commit f2f5407

Please sign in to comment.