Commit 3e54280cad0652e7d9f85ba540f7280c7b00c163
1 parent
a795fa7b14
Exists in
master
auto commit the code by alias command
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
.gitignore
1 | .DS_Store | 1 | .DS_Store |
2 | node_modules/ | 2 | node_modules/ |
3 | dist/ | 3 | dist/ |
4 | npm-debug.log* | 4 | npm-debug.log* |
5 | yarn-debug.log* | 5 | yarn-debug.log* |
6 | yarn-error.log* | 6 | yarn-error.log* |
7 | package-lock.json | 7 | package-lock.json |
8 | tests/**/coverage/ | 8 | tests/**/coverage/ |
9 | 9 | ||
10 | # Editor directories and files | 10 | # Editor directories and files |
11 | .idea | 11 | .idea |
12 | .vscode | 12 | .vscode |
13 | *.suo | 13 | *.suo |
14 | *.ntvs* | 14 | *.ntvs* |
15 | *.njsproj | 15 | *.njsproj |
16 | *.sln | 16 | *.sln |
17 | yarn.lock | ||
17 | yarn.lock |