hyper/.gitignore
Labhansh Agrawal de9dd1433a basic changes
2022-12-25 23:52:48 -08:00

22 lines
239 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
plugins
.DS_Store
.vscode/*
!.vscode/launch.json
.idea