Compare View
Commits (2)
Showing
2 changed files
Show diff stats
.gitignore
File was created | 1 | # Numerous always-ignore extensions | |
2 | *.bak | ||
3 | *.patch | ||
4 | *.diff | ||
5 | *.err | ||
6 | |||
7 | # temp file for git conflict merging | ||
8 | *.orig | ||
9 | *.log | ||
10 | *.rej | ||
11 | *.swo | ||
12 | *.swp | ||
13 | *.zip | ||
14 | *.vi | ||
15 | *~ | ||
16 | *.sass-cache | ||
17 | *.tmp.html | ||
18 | *.dump | ||
19 | |||
20 | # OS or Editor folders | ||
21 | .DS_Store | ||
22 | ._* | ||
23 | .cache | ||
24 | .project | ||
25 | .settings | ||
26 | .tmproj | ||
27 | *.esproj | ||
28 | *.sublime-project | ||
29 | *.sublime-workspace | ||
30 | nbproject | ||
31 | thumbs.db | ||
32 | *.iml | ||
33 | |||
34 | # Folders to ignore | ||
35 | .hg | ||
36 | .svn | ||
37 | .CVS | ||
38 | .idea | ||
39 | node_modules/ | ||
40 | jscoverage_lib/ | ||
41 | bower_components/ | ||
42 | dist/ | ||
1 | # Numerous always-ignore extensions | 43 |
package-lock.json
File was created | 1 | { | |
2 | "lockfileVersion": 1 | ||
3 | } | ||
1 | { | 4 |