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