hyper/.gitignore
2022-04-14 22:58:01 +05:30

22 lines
245 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.js
.hyper_plugins
.DS_Store
.vscode/*
!.vscode/launch.json
.idea