diff options
author | Brian Chu <brianmchu42@gmail.com> | 2022-12-02 21:46:09 -0800 |
---|---|---|
committer | Brian Chu <brianmchu42@gmail.com> | 2022-12-02 21:46:09 -0800 |
commit | 91645b267eec14b2d80da55f3df53a6e88cb011c (patch) | |
tree | ac283b37edba30dd4d39a27df2ebaeb9c7b41389 /.gitignore | |
parent | 3266661d4c6ed2e255f8e4d63ec7e5f58d4ddfe8 (diff) | |
download | AdventOfCode2022-91645b267eec14b2d80da55f3df53a6e88cb011c.tar.gz |
add Ionide files to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
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 |