mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 12:38:39 -09:00
* Add .DS_Store to gitignore * Add SVG icon component * Add button for closing a tab (re: #40) * Use external icon sheet for icons
13 lines
102 B
Text
13 lines
102 B
Text
# build output
|
|
dist
|
|
build
|
|
|
|
# dependencies
|
|
node_modules
|
|
|
|
# logs
|
|
npm-debug.log
|
|
|
|
# other
|
|
.next
|
|
.DS_Store
|