Initial Commit
This commit is contained in:
28
.gitignore
vendored
28
.gitignore
vendored
@@ -1,7 +1,33 @@
|
||||
test-results
|
||||
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-*
|
||||
|
||||
# Custom
|
||||
config/*/*
|
||||
private/**
|
||||
services/**
|
||||
**/http/*
|
||||
!**/*.gitkeep
|
||||
!**/*.example
|
||||
!**/http/example.conf
|
||||
!**/http/example.conf
|
||||
|
||||
Reference in New Issue
Block a user