mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
23 lines
251 B
Text
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
|