14 lines
		
	
	
		
			198 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			198 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Start by excluding everything
 | |
| *
 | |
| 
 | |
| # Include project code and build files
 | |
| !PluralKit.*/
 | |
| !Myriad/
 | |
| !PluralKit.sln
 | |
| !nuget.config
 | |
| !.git
 | |
| !proto
 | |
| 
 | |
| # Re-exclude host build artifact directories
 | |
| **/bin
 | |
| **/obj |