* 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
|