瀏覽代碼

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/
-#