add gitignore

typescript
Yanick Champoux 2019-10-20 11:36:36 -04:00
parent 332a1cdec7
commit 1147f7c344
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules/

View File

@ -9,6 +9,7 @@
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"lodash": "^4.17.15",
"memoize-getters": "^1.1.0",
"redux": "^4.0.4",
"updeep": "^1.2.0"
},