Spaces:
Runtime error
Runtime error
chore(.gitignore): add *.pdf files to ignore list to avoid committing binary files to the repository
Browse files- .gitignore +1 -0
.gitignore
CHANGED
@@ -262,3 +262,4 @@ pyrightconfig.json
|
|
262 |
|
263 |
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
|
264 |
*.ipynb
|
|
|
|
262 |
|
263 |
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
|
264 |
*.ipynb
|
265 |
+
*.pdf
|