| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- # Dependencies
- node_modules/
- npm-debug.log
- yarn-debug.log
- yarn-error.log
- package-lock.json
- yarn.lock
- # Build output
- /dist/
- /build/
- /out/
- /.output/
- # Environment variables
- .env
- .env.local
- .env.*.local
- # IDE and editor files
- .idea/
- .vscode/
- *.sublime-project
- *.sublime-workspace
- .DS_Store
- # Logs
- logs/
- *.log
- npm-debug.log*
- yarn-debug.log*
- yarn-error.log*
- # Testing
- /coverage/
- /.nyc_output/
- # Misc
- .cache/
- .temp/
- .tmp/
- tmp/
- temp/
- # Debug
- .debugger/
- # HBuilder specific
- unpackage/
- unpackage/debug/
- unpackage/release/
- # uni-app specific
- .hbuilderx/launch.json
- # System Files
- .DS_Store
- Thumbs.db
|