فهرست منبع

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

Roman 5 سال پیش
والد
کامیت
a14296fa82
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  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/
-#