Skip to content
This repository was archived by the owner on Feb 1, 2019. It is now read-only.

Commit fad3ef4

Browse files
committed
moban: Sync Moban
Sync moban Templates
1 parent e850fcb commit fad3ef4

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

.gitignore

+28-2
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
@@ -281,6 +291,14 @@ tags
281291
.idea/**/gradle.xml
282292
.idea/**/libraries
283293

294+
# Gradle and Maven with auto-import
295+
# When using Gradle or Maven with auto-import, you should exclude module files,
296+
# since they will be recreated, and may cause churn. Uncomment if using
297+
# auto-import.
298+
# .idea/modules.xml
299+
# .idea/*.iml
300+
# .idea/modules
301+
284302
# CMake
285303
cmake-build-*/
286304

@@ -311,6 +329,9 @@ fabric.properties
311329
# Editor-based Rest Client
312330
.idea/httpRequests
313331

332+
# Android studio 3.1+ serialized cache file
333+
.idea/caches/build_file_checksums.ser
334+
314335
# SublimeText rules
315336
# Cache files for Sublime Text
316337
*.tmlanguage.cache
@@ -470,9 +491,14 @@ cscope.in.out
470491
cscope.po.out
471492

472493

473-
# Patch & backup files
474-
*.patch
494+
*.bak
495+
*.gho
496+
*.ori
497+
*.orig
498+
*.tmp
475499
*.orig
500+
*.rej
501+
*.patch
476502
*.diff
477503

478504
# Pytest profile files

0 commit comments

Comments
 (0)