add files
This commit is contained in:
64
.gitignore
vendored
Executable file
64
.gitignore
vendored
Executable file
@@ -0,0 +1,64 @@
|
||||
# Node modules and dependencies
|
||||
node_modules/
|
||||
bower_components/
|
||||
vendor/
|
||||
|
||||
# Build and compiled files
|
||||
/.vite
|
||||
dist-ssr
|
||||
build/
|
||||
*.min.css
|
||||
*.min.js
|
||||
*.map
|
||||
*.local
|
||||
|
||||
# Cache and temporary files
|
||||
.tmp
|
||||
.cache
|
||||
*.tmp
|
||||
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
|
||||
# IDE and editor files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipynb
|
||||
*.swp
|
||||
*.swo
|
||||
*.sublime-workspace
|
||||
*.sublime-project
|
||||
|
||||
# OS-specific files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
Desktop.ini
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
!.env.example
|
||||
|
||||
# Vite cache
|
||||
.vite
|
||||
vite.config.js.timestamp-*
|
||||
vite.config.ts.timestamp-*
|
||||
|
||||
# Vite cache
|
||||
.vite
|
||||
vite.config.js.timestamp-*
|
||||
vite.config.ts.timestamp-*
|
||||
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
Reference in New Issue
Block a user