hy-shop-mer/.gitignore

24 lines
273 B
Plaintext
Raw Permalink Normal View History

2024-03-22 15:50:26 +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 17:40:22 +08:00
/.history
/.github