Skip to content

Commit bc95414

Browse files
committed
moban: Sync Moban Templates
Sync Moban Templates which causes the build to fail
1 parent 611b657 commit bc95414

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitignore

+13
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ pip-delete-this-directory.txt
4343
# Unit test / coverage reports
4444
htmlcov/
4545
.tox/
46+
.nox/
4647
.coverage
4748
.coverage.*
4849
.cache
@@ -77,6 +78,10 @@ target/
7778
# Jupyter Notebook
7879
.ipynb_checkpoints
7980

81+
# IPython
82+
profile_default/
83+
ipython_config.py
84+
8085
# pyenv
8186
.python-version
8287

@@ -107,6 +112,8 @@ venv.bak/
107112

108113
# mypy
109114
.mypy_cache/
115+
.dmypy.json
116+
dmypy.json
110117

111118
# VirtualEnv rules
112119
# Virtualenv
@@ -268,6 +275,9 @@ tags
268275
.idea/**/dictionaries
269276
.idea/**/shelf
270277

278+
# Generated files
279+
.idea/**/contentModel.xml
280+
271281
# Sensitive or high-churn files
272282
.idea/**/dataSources/
273283
.idea/**/dataSources.ids
@@ -319,6 +329,9 @@ fabric.properties
319329
# Editor-based Rest Client
320330
.idea/httpRequests
321331

332+
# Android studio 3.1+ serialized cache file
333+
.idea/caches/build_file_checksums.ser
334+
322335
# SublimeText rules
323336
# Cache files for Sublime Text
324337
*.tmlanguage.cache

0 commit comments

Comments
 (0)