fix: 补充gitignore文件
This commit is contained in:
37
frontend-react/.gitignore
vendored
Normal file
37
frontend-react/.gitignore
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
# Logs
|
||||||
|
logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
pnpm-debug.log*
|
||||||
|
# Dependency directories
|
||||||
|
node_modules/
|
||||||
|
# Build output
|
||||||
|
dist/
|
||||||
|
dist-ssr/
|
||||||
|
# Vite temporary files
|
||||||
|
vite
|
||||||
|
# Editor-specific files
|
||||||
|
vscode/
|
||||||
|
idea/
|
||||||
|
*.suo
|
||||||
|
*.ntvs*
|
||||||
|
*.njsproj
|
||||||
|
*.sln
|
||||||
|
*.sw?
|
||||||
|
# System files
|
||||||
|
DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
# ESLint cache
|
||||||
|
eslintcache
|
||||||
|
# Optional npm/yarn/pnpm files
|
||||||
|
npm/
|
||||||
|
yarn-integrity
|
||||||
|
# Output of `npm pack`
|
||||||
|
*.tgz
|
||||||
|
# Local environment files
|
||||||
|
env.local
|
||||||
|
env.*.local
|
||||||
|
# Coverage reports (if using testing tools like Jest)
|
||||||
|
coverage/
|
||||||
Reference in New Issue
Block a user