๐Ÿ“ฆ hshoff / hackernews

๐Ÿ“„ .gitignore ยท 18 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18# See http://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
node_modules

# testing
coverage

# production
build

# vscode
jsconfig.json

# misc
.DS_Store
npm-debug.log