diff options
author | Tomasz Chojnacki <tomaszchojnacki2001@gmail.com> | 2022-12-08 19:45:35 +0100 |
---|---|---|
committer | Tomasz Chojnacki <tomaszchojnacki2001@gmail.com> | 2022-12-08 19:45:35 +0100 |
commit | 65844a7ff88870f1336ccc10ceaba3b4c3bc2a25 (patch) | |
tree | 3f7804ea0fe16079b290dbf4720e87c8bd5ee451 /.gitignore | |
parent | 0557a772d6664339aecec85fefcbf034d82209cb (diff) | |
download | gleam_aoc2020-65844a7ff88870f1336ccc10ceaba3b4c3bc2a25.tar.gz gleam_aoc2020-65844a7ff88870f1336ccc10ceaba3b4c3bc2a25.zip |
Setup project template and generate day 9 files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,9 +1,10 @@ +*.txt + # 2021 .idea *.iml .gradle build -*.txt # 2022 .vs/ @@ -17,3 +18,4 @@ bld/ [Bb]in/ [Oo]bj/ [Ll]og/ +!aoc-2022-dotnet/AoC.Day.Template/*.txt |