summary refs log tree commit diff stats
path: root/.gitignore
diff options
context:
space:
mode:
authorBrian Chu <brianmchu42@gmail.com>2022-12-02 21:46:09 -0800
committerBrian Chu <brianmchu42@gmail.com>2022-12-02 21:46:09 -0800
commit91645b267eec14b2d80da55f3df53a6e88cb011c (patch)
treeac283b37edba30dd4d39a27df2ebaeb9c7b41389 /.gitignore
parent3266661d4c6ed2e255f8e4d63ec7e5f58d4ddfe8 (diff)
downloadAdventOfCode2022-91645b267eec14b2d80da55f3df53a6e88cb011c.tar.gz
add Ionide files to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d3592bd..4d5f39f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 .vscode
 bin/
 obj/
-inputs/
\ No newline at end of file
+inputs/
+.fake
\ No newline at end of file