From 93c7cce81ced2cf1a34fe2f30c05833936e93fad Mon Sep 17 00:00:00 2001 From: Manank Patni Date: Thu, 11 Oct 2018 20:52:35 +0530 Subject: [PATCH] moban: Sync Moban Templates Sync repo with moban templates --- .gitignore | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7927b7e1a..f88054798 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,7 @@ pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ +.nox/ .coverage .coverage.* .cache @@ -77,6 +78,10 @@ target/ # Jupyter Notebook .ipynb_checkpoints +# IPython +profile_default/ +ipython_config.py + # pyenv .python-version @@ -107,6 +112,8 @@ venv.bak/ # mypy .mypy_cache/ +.dmypy.json +dmypy.json # VirtualEnv rules # Virtualenv @@ -268,6 +275,9 @@ tags .idea/**/dictionaries .idea/**/shelf +# Generated files +.idea/**/contentModel.xml + # Sensitive or high-churn files .idea/**/dataSources/ .idea/**/dataSources.ids @@ -319,6 +329,9 @@ fabric.properties # Editor-based Rest Client .idea/httpRequests +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser + # SublimeText rules # Cache files for Sublime Text *.tmlanguage.cache @@ -478,9 +491,14 @@ cscope.in.out cscope.po.out -# Patch & backup files -*.patch +*.bak +*.gho +*.ori +*.orig +*.tmp *.orig +*.rej +*.patch *.diff # Pytest profile files