mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 12:38:39 -09:00
20 lines
230 B
Text
20 lines
230 B
Text
# build output
|
|
dist
|
|
app/renderer
|
|
target
|
|
bin/cli.*
|
|
|
|
# dependencies
|
|
node_modules
|
|
|
|
# logs
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# optional dev config file and plugins directory
|
|
.hyper.js
|
|
.hyper_plugins
|
|
|
|
.DS_Store
|
|
.vscode/settings.json
|
|
.idea
|