Skip to content

Commit 169801c

Browse files
committed
moban: Sync Moban Templates
Sync moban templates with new changes
1 parent f4f47c0 commit 169801c

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.gitignore

+14-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ coverage
2525
# nyc test coverage
2626
.nyc_output
2727

28-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
28+
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
2929
.grunt
3030

3131
# Bower dependency directory (https://bower.io/)
@@ -254,6 +254,9 @@ tags
254254
.idea/**/dictionaries
255255
.idea/**/shelf
256256

257+
# Generated files
258+
.idea/**/contentModel.xml
259+
257260
# Sensitive or high-churn files
258261
.idea/**/dataSources/
259262
.idea/**/dataSources.ids
@@ -305,6 +308,9 @@ fabric.properties
305308
# Editor-based Rest Client
306309
.idea/httpRequests
307310

311+
# Android studio 3.1+ serialized cache file
312+
.idea/caches/build_file_checksums.ser
313+
308314
# SublimeText rules
309315
# Cache files for Sublime Text
310316
*.tmlanguage.cache
@@ -464,9 +470,14 @@ cscope.in.out
464470
cscope.po.out
465471

466472

467-
# Patch & backup files
468-
*.patch
473+
*.bak
474+
*.gho
475+
*.ori
469476
*.orig
477+
*.tmp
478+
*.orig
479+
*.rej
480+
*.patch
470481
*.diff
471482

472483
# Pytest profile files

0 commit comments

Comments
 (0)