aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: abae45cc1d2a3429f5c2666bee7280ef248512d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Inputs
*.txt

# 2019
_build/
cover/
deps/
doc/
.fetch
erl_crash.dump
*.ez
aoc_2019_elixir-*.tar
tmp/


# 2020
*.beam
build/
erl_crash.dump

# 2021
.idea
*.iml
.gradle

# 2022
.vs/
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
!aoc-2022-dotnet/AoC.Day.Template/*.txt