mirror of
				https://github.com/gristlabs/grist-core.git
				synced 2025-06-13 20:53:59 +00:00 
			
		
		
		
	
		
			
	
	
		
			12 lines
		
	
	
		
			225 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			225 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								# Exclude everything, and use an allowlist to include just the folders we want checked.
							 | 
						||
| 
								 | 
							
								/*
							 | 
						||
| 
								 | 
							
								!/app
							 | 
						||
| 
								 | 
							
								!/test
							 | 
						||
| 
								 | 
							
								!/plugins
							 | 
						||
| 
								 | 
							
								!/buildtools
							 | 
						||
| 
								 | 
							
								!/.eslintrc.js
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# And exclude some things within those (generated files)
							 | 
						||
| 
								 | 
							
								/_build
							 | 
						||
| 
								 | 
							
								/plugins/**/dist
							 |