Skip to content

Commit 8c96529

Browse files
authored
Merge pull request #9 from bitsofinfo/nf/package-json
Added and formatted package-lock.json and gitignore
2 parents 5101c14 + 61c8cad commit 8c96529

File tree

3 files changed

+926
-25
lines changed

3 files changed

+926
-25
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Node.js Tools for Visual Studio
2+
.ntvs_analysis.dat
3+
node_modules/
4+
5+
*.code-workspace
6+
7+
# Visual Studio cache files
8+
# files ending in .cache can be ignored
9+
*.[Cc]ache
10+
# but keep track of directories ending in .cache
11+
!?*.[Cc]ache/

0 commit comments

Comments
 (0)