mirror of
https://github.com/nicklockwood/SwiftFormat.git
synced 2026-05-17 10:30:35 +00:00
36 lines
385 B
Plaintext
36 lines
385 B
Plaintext
Dockerfile
|
|
.dockerignore
|
|
.git
|
|
.github
|
|
.gitignore
|
|
|
|
# Everything from .gitignore
|
|
# OS X
|
|
.DS_Store
|
|
|
|
# Xcode
|
|
build/
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
*.xccheckout
|
|
*.moved-aside
|
|
DerivedData
|
|
*.hmap
|
|
*.ipa
|
|
*.dot
|
|
.build
|
|
.swiftpm
|
|
|
|
/Snapshots/Private
|
|
swiftformat.artifactbundle.zip
|
|
|
|
# AppCode
|
|
.idea
|