Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -26,7 +26,13 @@ go.work.sum # env file .env +.envrc # Editor/IDE -# .idea/ -# .vscode/ +.idea/ +.vscode/ + +config*.json +!config*.sample.json + +cache.csv |