diff options
| author | Thomas Meire <[email protected]> | 2025-06-16 15:30:07 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-16 09:30:07 -0400 |
| commit | 9fc6734f325711d920aeba6f5393dc064d08f663 (patch) | |
| tree | cc51fb515dbbee01ed094c4a156a691fbc779228 /.gitignore | |
| parent | e1733a423d0b5aca440fd5ed191d9bfc261d6f52 (diff) | |
| download | opencode-9fc6734f325711d920aeba6f5393dc064d08f663.tar.gz opencode-9fc6734f325711d920aeba6f5393dc064d08f663.zip | |
ignore: remove log files and add them to gitignore (#138)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a07a7493f..f76ce40c7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ node_modules .env .idea .vscode +app.log +gopls.log
\ No newline at end of file |
