Skip to content

Commit cca00ca

Browse files
authored
Change not to ignore valid files (PyTorchKorea#151)
1 parent b08d881 commit cca00ca

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

โ€Ž.gitignore

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# sphinx things
2-
beginner
3-
intermediate
4-
advanced
5-
pytorch_basics
2+
/beginner
3+
/intermediate
4+
/advanced
5+
/pytorch_basics
66
/recipes
7-
prototype
7+
/prototype
88

99
#data things
1010
_data/
@@ -17,6 +17,7 @@ beginner_source/faces/
1717
beginner_source/hybrid_frontend/data/
1818
beginner_source/hymenoptera_data/
1919
intermediate_source/data/
20+
prototype_source/data/
2021
*.zip
2122
MNIST/
2223

@@ -123,3 +124,4 @@ cleanup.sh
123124

124125
# PyTorch things
125126
*.pt
127+
*.pth

0 commit comments

Comments
ย (0)