Initial project commit
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
.pnp/
|
||||
.pnp.*
|
||||
|
||||
# Package manager caches
|
||||
.npm-cache/
|
||||
.pnpm-store/
|
||||
.yarn/*
|
||||
!.yarn/releases/
|
||||
!.yarn/plugins/
|
||||
!.yarn/patches/
|
||||
!.yarn/sdks/
|
||||
|
||||
# Build output
|
||||
dist/
|
||||
dist-ssr/
|
||||
.vite/
|
||||
.vite-ssg-temp/
|
||||
.temp/
|
||||
.tmp/
|
||||
.cache/
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
!.env.*.example
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# IDE / OS
|
||||
.idea/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
Reference in New Issue
Block a user