Bladeren bron

IPython support for jupyter-notebook gitignore files (#3211)

Roman 5 jaren geleden
bovenliggende
commit
a14296fa82
1 gewijzigde bestanden met toevoegingen van 4 en 1 verwijderingen
  1. 4 1
      community/Python/JupyterNotebooks.gitignore

+ 4 - 1
community/Python/JupyterNotebooks.gitignore

@@ -4,6 +4,9 @@
 .ipynb_checkpoints
 */.ipynb_checkpoints/*
 
+# IPython
+profile_default/
+ipython_config.py
+
 # Remove previous ipynb_checkpoints
 #   git rm -r .ipynb_checkpoints/
-#