um-react/.gitignore
Jixun Wu 191de2094d
Some checks reported errors
continuous-integration/drone/push Build was killed
refactor: use yarn instead of pnpm (#23)
2023-06-10 16:39:51 +01:00

30 lines
328 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
coverage/
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Files created when running "drone exec" locally
/*.zip
/.yarn