Skip to content

Commit 8d47309

Browse files
chore: do not ignore final network
1 parent 37bc2b4 commit 8d47309

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
*.pdf binary
55
*.zip binary
66
*.whl binary
7+
8+
*.nn linguist-generated

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ results/
1414

1515
# Ignore neural network files except the basic network
1616
*.nn
17-
!my_torch_network_basic.nn
17+
!my_torch_network.nn

0 commit comments

Comments
 (0)