Skip to content

Commit 5da5a25

Browse files
committedSep 6, 2023
dev: container overhaul
1 parent 710548b commit 5da5a25

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1479
-756
lines changed
 

‎.dockerignore

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
.git
2-
.git-blame-ignore
3-
.github
4-
.gitignore
5-
.vscode
6-
bin/
7-
config.toml
8-
config.toml.local
9-
cSpell.json
10-
data.db
11-
docker/
12-
NOTICE
13-
README.md
14-
rustfmt.toml
15-
storage/
16-
target/
1+
/.git
2+
/.git-blame-ignore
3+
/.github
4+
/.gitignore
5+
/.vscode
6+
/bin/
7+
/tracker.*
8+
/cSpell.json
9+
/data.db
10+
/docker/bin/
11+
/NOTICE
12+
/README.md
13+
/rustfmt.toml
14+
/storage/
15+
/target/
16+
/etc/

‎.env.local

-1
This file was deleted.

0 commit comments

Comments
 (0)