minio root passwort auskommentiert + svelte

This commit is contained in:
titusvermesan
2024-12-10 11:30:31 +01:00
parent 7d56c17676
commit d719dd2e91
34 changed files with 7184 additions and 0 deletions

23
svelte-course/myapp/.gitignore vendored Normal file
View File

@@ -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-*