lynn-twinkl
commited on
Commit
·
65bd36f
1
Parent(s):
9e5b677
ignoring docs/'
Browse files- .gitignore +1 -3
.gitignore
CHANGED
|
@@ -162,11 +162,9 @@ notes/
|
|
| 162 |
*.json
|
| 163 |
*.csv
|
| 164 |
*.spacy
|
| 165 |
-
*.md
|
| 166 |
-
!README.md
|
| 167 |
-
!readme.md
|
| 168 |
ner-training/roberta_model
|
| 169 |
*.png
|
|
|
|
| 170 |
# PyCharm
|
| 171 |
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
| 172 |
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
|
|
|
| 162 |
*.json
|
| 163 |
*.csv
|
| 164 |
*.spacy
|
|
|
|
|
|
|
|
|
|
| 165 |
ner-training/roberta_model
|
| 166 |
*.png
|
| 167 |
+
docs/
|
| 168 |
# PyCharm
|
| 169 |
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
| 170 |
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|