Skip to content

Commit c60e2f0

Browse files
committed
Remove OS specific. Add jupyter notebooks related.
1 parent 7add2b9 commit c60e2f0

File tree

1 file changed

+13
-32
lines changed

1 file changed

+13
-32
lines changed

.gitignore

+13-32
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,18 @@
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
33

4-
### macOS ###
5-
# General
6-
.DS_Store
7-
.AppleDouble
8-
.LSOverride
4+
### JupyterNotebooks ###
5+
# gitignore template for Jupyter Notebooks
6+
# website: http://jupyter.org/
97

10-
# Icon must end with two \r
11-
Icon
8+
.ipynb_checkpoints
9+
*/.ipynb_checkpoints/*
1210

11+
# IPython
12+
profile_default/
13+
ipython_config.py
1314

14-
# Thumbnails
15-
._*
15+
# Remove previous ipynb_checkpoints
16+
# git rm -r .ipynb_checkpoints/
1617

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

0 commit comments

Comments
 (0)