Skip to content

Commit 0834907

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

File tree

1 file changed

+82
-12
lines changed

1 file changed

+82
-12
lines changed

.gitignore

Lines changed: 82 additions & 12 deletions
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/)
@@ -76,6 +76,9 @@ typings/
7676

7777
# Serverless directories
7878
.serverless
79+
80+
# FuseBox cache
81+
.fusebox/
7982
# Sass rules
8083
.sass-cache/
8184
*.css.map
@@ -254,6 +257,9 @@ tags
254257
.idea/**/dictionaries
255258
.idea/**/shelf
256259

260+
# Generated files
261+
.idea/**/contentModel.xml
262+
257263
# Sensitive or high-churn files
258264
.idea/**/dataSources/
259265
.idea/**/dataSources.ids
@@ -305,6 +311,9 @@ fabric.properties
305311
# Editor-based Rest Client
306312
.idea/httpRequests
307313

314+
# Android studio 3.1+ serialized cache file
315+
.idea/caches/build_file_checksums.ser
316+
308317
# SublimeText rules
309318
# Cache files for Sublime Text
310319
*.tmlanguage.cache
@@ -363,17 +372,11 @@ tmtags
363372
#
364373
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
365374

366-
## User settings
367-
xcuserdata/
368-
369-
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
370-
*.xcscmblueprint
371-
*.xccheckout
372-
373-
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
375+
## Build generated
374376
build/
375377
DerivedData/
376-
*.moved-aside
378+
379+
## Various settings
377380
*.pbxuser
378381
!default.pbxuser
379382
*.mode1v3
@@ -382,6 +385,68 @@ DerivedData/
382385
!default.mode2v3
383386
*.perspectivev3
384387
!default.perspectivev3
388+
xcuserdata/
389+
390+
## Other
391+
*.moved-aside
392+
*.xccheckout
393+
*.xcscmblueprint
394+
395+
## Obj-C/Swift specific
396+
*.hmap
397+
*.ipa
398+
*.dSYM.zip
399+
*.dSYM
400+
401+
## Playgrounds
402+
timeline.xctimeline
403+
playground.xcworkspace
404+
405+
# Swift Package Manager
406+
#
407+
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
408+
# Packages/
409+
# Package.pins
410+
# Package.resolved
411+
.build/
412+
413+
# CocoaPods
414+
#
415+
# We recommend against adding the Pods directory to your .gitignore. However
416+
# you should judge for yourself, the pros and cons are mentioned at:
417+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
418+
#
419+
# Pods/
420+
#
421+
# Add this line if you want to avoid checking in source code from the Xcode workspace
422+
# *.xcworkspace
423+
424+
# Carthage
425+
#
426+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
427+
# Carthage/Checkouts
428+
429+
Carthage/Build
430+
431+
# fastlane
432+
#
433+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
434+
# screenshots whenever they are needed.
435+
# For more information about the recommended setup visit:
436+
# https://docs.fastlane.tools/best-practices/source-control/#source-control
437+
438+
fastlane/report.xml
439+
fastlane/Preview.html
440+
fastlane/screenshots/**/*.png
441+
fastlane/test_output
442+
443+
# Code Injection
444+
#
445+
# After new code Injection tools there's a generated folder /iOSInjectionProject
446+
# https://github.com/johnno1962/injectionforxcode
447+
448+
iOSInjectionProject/
449+
385450

386451
# Eclipse rules
387452

@@ -464,9 +529,14 @@ cscope.in.out
464529
cscope.po.out
465530

466531

467-
# Patch & backup files
468-
*.patch
532+
*.bak
533+
*.gho
534+
*.ori
535+
*.orig
536+
*.tmp
469537
*.orig
538+
*.rej
539+
*.patch
470540
*.diff
471541

472542
# Pytest profile files

0 commit comments

Comments
 (0)