commit c2a1e287880763f3a8c9e3ba229554be608fead6 parent e2c3951870db1bcfeb3fdab28a11682aa88c5b81 Author: Amit Dutta <mail@amit.is-a.dev> Date: Tue, 2 Jun 2026 14:49:07 +0530 Update .gitignore to include list.txt Diffstat:
| M | .gitignore | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1,4 +1,5 @@ .vscode/ .cache/ site/ -*.exe- \ No newline at end of file +*.exe +list.txt