hyper/.gitignore
2023-01-01 03:01:36 +05:30

23 lines
251 B
Text

# build output
dist
app/renderer
target
bin/cli.*
cache
# dependencies
node_modules
# logs
npm-debug.log
yarn-error.log
# optional dev config file and plugins directory
hyper.json
schema.json
plugins
.DS_Store
.vscode/*
!.vscode/launch.json
.idea