1234567891011121314151617181920212223242526272829303132333435 |
- # osx
- .DS_Store
- Icon?
- *.swp
- # Thumbnails
- ._*
- # Files that might appear on external disk
- .Spotlight-V100
- .Trashes
- # Xcode
- build/*
- *.pbxuser
- !default.pbxuser
- *.mode1v3
- !default.mode1v3
- *.mode2v3
- !default.mode2v3
- *.perspectivev3
- !default.perspectivev3
- *.xcworkspace
- !default.xcworkspace
- xcuserdata
- profile
- *.moved-aside
- build
- # Add this line if you want to avoid checking in source code from Carthage dependencies.
- Carthage/Checkouts
- Carthage/Build
- #VScode
- .vscode
|