lynn-twinkl
commited on
Commit
·
b80badf
1
Parent(s):
20a2002
Ignoring md
Browse files- .gitignore +2 -1
.gitignore
CHANGED
|
@@ -158,7 +158,8 @@ cython_debug/
|
|
| 158 |
.DS_Store
|
| 159 |
notes/
|
| 160 |
data/
|
| 161 |
-
|
|
|
|
| 162 |
# PyCharm
|
| 163 |
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
| 164 |
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
|
|
|
| 158 |
.DS_Store
|
| 159 |
notes/
|
| 160 |
data/
|
| 161 |
+
!README.md
|
| 162 |
+
*.md
|
| 163 |
# PyCharm
|
| 164 |
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
| 165 |
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|