Add dotfolders to docker and npm ignores
| @@ -1,4 +1,6 @@ | |||
| 1 | .git | 1 | .git |
| 2 | .github | ||
| 3 | .vscode | ||
| 2 | node_modules | 4 | node_modules |
| 3 | npm-debug.log | 5 | npm-debug.log |
| 4 | readme* | 6 | readme* |
| @@ -8,3 +8,6 @@ secrets.json | |||
| 8 | /data | 8 | /data |
| 9 | /cache | 9 | /cache |
| 10 | access.log | 10 | access.log |
| 11 | .github | ||
| 12 | .vscode | ||
| 13 | .git | ||