First version with all questions.
This commit is contained in:
+55
@@ -0,0 +1,55 @@
|
||||
# Node.js dependencies
|
||||
node_modules/
|
||||
|
||||
# Build output directories (Vite default)
|
||||
dist/
|
||||
build/
|
||||
|
||||
# Vite cache and temporary files
|
||||
.vite/
|
||||
.vitepress/cache
|
||||
.vitepress/dist
|
||||
|
||||
# Environment variable files
|
||||
.env
|
||||
.env.*
|
||||
.env.*.local
|
||||
.env.local
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE/editor specific files
|
||||
.idea/
|
||||
.vscode/
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
|
||||
# Optional npm cache directory
|
||||
.npm/
|
||||
|
||||
# Optional eslint cache
|
||||
.eslintcache
|
||||
|
||||
# Coverage reports
|
||||
coverage/
|
||||
.nyc_output/
|
||||
|
||||
# Yarn files
|
||||
.yarn/
|
||||
.yarnrc.yml
|
||||
|
||||
# pnpm files
|
||||
.pnpm-store/
|
||||
|
||||
# Miscellaneous
|
||||
*.log
|
||||
Reference in New Issue
Block a user