Commit c60e2f0 1 parent 7add2b9 commit c60e2f0 Copy full SHA for c60e2f0
File tree 1 file changed +13
-32
lines changed
1 file changed +13
-32
lines changed Original file line number Diff line number Diff line change 1
- # Created by https://www.toptal.com/developers/gitignore/api/macos
2
- # Edit at https://www.toptal.com/developers/gitignore?templates=macos
1
+ # Created by https://www.toptal.com/developers/gitignore/api/jupyternotebooks
2
+ # Edit at https://www.toptal.com/developers/gitignore?templates=jupyternotebooks
3
3
4
- # ## macOS ###
5
- # General
6
- .DS_Store
7
- .AppleDouble
8
- .LSOverride
4
+ # ## JupyterNotebooks ###
5
+ # gitignore template for Jupyter Notebooks
6
+ # website: http://jupyter.org/
9
7
10
- # Icon must end with two \r
11
- Icon
8
+ .ipynb_checkpoints
9
+ * / .ipynb_checkpoints / *
12
10
11
+ # IPython
12
+ profile_default /
13
+ ipython_config.py
13
14
14
- # Thumbnails
15
- ._ *
15
+ # Remove previous ipynb_checkpoints
16
+ # git rm -r .ipynb_checkpoints/
16
17
17
- # Files that might appear in the root of a volume
18
- .DocumentRevisions-V100
19
- .fseventsd
20
- .Spotlight-V100
21
- .TemporaryItems
22
- .Trashes
23
- .VolumeIcon.icns
24
- .com.apple.timemachine.donotpresent
25
-
26
- # Directories potentially created on remote AFP share
27
- .AppleDB
28
- .AppleDesktop
29
- Network Trash Folder
30
- Temporary Items
31
- .apdisk
32
-
33
- # ## macOS Patch ###
34
- # iCloud generated files
35
- * .icloud
36
-
37
- # End of https://www.toptal.com/developers/gitignore/api/macos
18
+ # End of https://www.toptal.com/developers/gitignore/api/jupyternotebooks
You can’t perform that action at this time.
0 commit comments