summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorThomas Meire <[email protected]>2025-06-16 15:30:07 +0200
committerGitHub <[email protected]>2025-06-16 09:30:07 -0400
commit9fc6734f325711d920aeba6f5393dc064d08f663 (patch)
treecc51fb515dbbee01ed094c4a156a691fbc779228 /.gitignore
parente1733a423d0b5aca440fd5ed191d9bfc261d6f52 (diff)
downloadopencode-9fc6734f325711d920aeba6f5393dc064d08f663.tar.gz
opencode-9fc6734f325711d920aeba6f5393dc064d08f663.zip
ignore: remove log files and add them to gitignore (#138)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
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