Skip to content

Commit e9237c4

Browse files
authored
Merge pull request #43 from lighten001/dev/gitignore
fix some typo in ``.gitignore``
2 parents 9cbcac7 + 488c3a0 commit e9237c4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.gitignore

+6-4
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,16 @@
1818
*.0
1919

2020
# result related
21-
./answer*
22-
./ckpt/*
23-
./ckpt3d/*
21+
answers/
22+
ckpt/
23+
ckpt3d/
2424

2525
*.jsonl
2626

2727

2828
# assets related
29-
29+
data/
30+
datasets/
31+
model_zoo/
3032

3133
# package related

0 commit comments

Comments
 (0)