tjeq/.gitignore
2024-11-07 09:45:23 +08:00

29 lines
329 B
Plaintext

.DS_Store
node_modules/
/dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
**/*.log
tests/**/coverage/
tests/e2e/reports
selenium-debug.log
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.local
*.zip
index.html
vite.config.js
dist.zip
package-lock.json
yarn.lock
/pnpm-lock.yaml
vite.config.js*