hy-shop-admin/.gitignore

25 lines
274 B
Plaintext
Raw Permalink Normal View History

2024-03-22 15:48:25 +08:00
.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
package-lock.json
yarn.lock
2024-03-29 16:14:45 +08:00
/.history
/.github