tangled
alpha
login
or
join now
kacaii.dev
/
blog
0
fork
atom
💻 My personal website
blog.kacaii.dev/
blog
gleam
lustre
0
fork
atom
overview
issues
pulls
pipelines
:see_no_evil: update `.dockerignore`
kacaii.dev
1 month ago
e31a4420
1bc4a1d0
+8
-13
1 changed file
expand all
collapse all
unified
split
.dockerignore
+8
-13
.dockerignore
···
1
*.beam
2
*.ez
0
3
/build
4
erl_crash.dump
5
6
-
tmp
7
-
dev
8
-
test
9
README.md
10
-
justfile
11
12
-
*.just
13
-
.justfiles/
14
.prettierignore
15
.envrc
16
-
17
-
# VCS
18
-
.git
19
.gitignore
20
-
.jj
21
22
-
# Lustre
23
-
/.lustre
24
-
/dist
···
1
*.beam
2
*.ez
3
+
*.just
4
/build
5
erl_crash.dump
6
7
+
/dev
8
+
/test
9
+
justfile
10
README.md
0
11
12
+
/.justfiles
0
13
.prettierignore
14
.envrc
0
0
0
15
.gitignore
0
16
17
+
/.git
18
+
/.jj
19
+
/.tangled