lynn-twinkl
commited on
Commit
·
4779aca
1
Parent(s):
80b92a4
ignoreing pngs
Browse files- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -166,6 +166,7 @@ notes/
|
|
| 166 |
!README.md
|
| 167 |
!readme.md
|
| 168 |
ner-training/roberta_model
|
|
|
|
| 169 |
# PyCharm
|
| 170 |
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
| 171 |
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
|
|
|
| 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
|