Skip to content

Commit 21c5fe3

Browse files
authored
add *.ipynb to .gitignore
1 parent 04cce0c commit 21c5fe3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ logs
8181
# vs-code
8282
.vscode
8383

84+
# jupyter notebook files
85+
*.ipynb
86+
8487
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
8588
# For a more precise, explicit template, see:
8689
# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

0 commit comments

Comments
 (0)