59 lines
		
	
	
		
			724 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			59 lines
		
	
	
		
			724 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # ignore common tempfiles
 | |
| *~
 | |
| 
 | |
| # Folder view configuration files
 | |
| .DS_Store
 | |
| Desktop.ini
 | |
| 
 | |
| # Thumbnail cache files
 | |
| ._*
 | |
| Thumbs.db
 | |
| 
 | |
| # Files that might appear on external disks
 | |
| .Spotlight-V100
 | |
| .Trashes
 | |
| 
 | |
| # Xcode ingores
 | |
| build/
 | |
| *.pbxuser
 | |
| !default.pbxuser
 | |
| *.mode1v3
 | |
| !default.mode1v3
 | |
| *.mode2v3
 | |
| !default.mode2v3
 | |
| *.perspectivev3
 | |
| !default.perspectivev3
 | |
| xcuserdata/
 | |
| *.xccheckout
 | |
| profile
 | |
| *.moved-aside
 | |
| DerivedData
 | |
| *.hmap
 | |
| *.ipa
 | |
| 
 | |
| # Carthage ignores
 | |
| # binaries
 | |
| **/Carthage/Build/
 | |
| # external sources
 | |
| **/Carthage/Checkouts/
 | |
| # XCFramework binaries
 | |
| **/XCFramework/
 | |
| 
 | |
| # gradle ignores
 | |
| .gradle/
 | |
| # eclipse related
 | |
| .settings/
 | |
| .project
 | |
| 
 | |
| # local ignores
 | |
| repo/
 | |
| 
 | |
| # SPM ignores
 | |
| **/Package.resolved
 | |
| 
 | |
| 
 | |
| # Ignore credentials
 | |
| **/Credentials.swift
 | |
| 
 | |
| # end of file
 |