Skip to content

Commit 61c8cad

Browse files
Added and formatted package-lock.json and gitignore
1 parent 5101c14 commit 61c8cad

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)