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