emis-app/.gitignore
2023-11-26 00:45:28 +08:00

36 lines
459 B
Plaintext

# See https://help.github.com/ignore-files/ for more about ignoring files.
# Dependencies
node_modules/
# Compiled output
*/unpackage/dist
*/unpackage/cache
pnpm-lock.yaml
# Test coverage
coverage
.nyc_output
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
logs/*
# Editors and IDEs
.idea
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# Misc
.DS_Store
package-lock.json
.eslintcache
.bintemp