Nine41/.gitignore

29 lines
267 B
Plaintext
Raw Normal View History

# macOS
2020-04-13 01:09:23 +08:00
.DS_Store
# ruby tools
.bundle/
vendor/
2020-04-13 01:09:23 +08:00
# docs
docs/docsets/
2019-10-01 03:52:26 +08:00
# Xcode
2019-10-01 03:52:26 +08:00
xcuserdata/
## Obj-C/Swift specific
*.hmap
## App packaging
2019-10-01 03:52:26 +08:00
*.ipa
*.dSYM.zip
*.dSYM
## Playgrounds
timeline.xctimeline
playground.xcworkspace
2019-10-01 03:52:26 +08:00
# Swift Package Manager
.swiftpm
.build/