Skip to content

Commit

Permalink
moban: Sync Moban Templates
Browse files Browse the repository at this point in the history
Sync repo with moban templates
  • Loading branch information
Man-Jain committed Oct 11, 2018
1 parent 07a63ec commit 93c7cce
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
Expand Down Expand Up @@ -77,6 +78,10 @@ target/
# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

Expand Down Expand Up @@ -107,6 +112,8 @@ venv.bak/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# VirtualEnv rules
# Virtualenv
Expand Down Expand Up @@ -268,6 +275,9 @@ tags
.idea/**/dictionaries
.idea/**/shelf

# Generated files
.idea/**/contentModel.xml

# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 93c7cce

Please sign in to comment.