* More liberal .gitignores on TS output directories * Use project references for Typescript projects * Use /dist dir for Cloud Functions deployment payload * Disable `next build` typechecking * Fiddle with GitHub tsc jobs
		
			
				
	
	
		
			22 lines
		
	
	
		
			282 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			282 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Secrets
 | 
						|
.env*
 | 
						|
.runtimeconfig.json
 | 
						|
 | 
						|
# GCP deployment artifact
 | 
						|
dist/
 | 
						|
 | 
						|
# Compiled JavaScript files
 | 
						|
lib/
 | 
						|
 | 
						|
# TypeScript v1 declaration files
 | 
						|
typings/
 | 
						|
 | 
						|
# Node.js dependency directory
 | 
						|
node_modules/
 | 
						|
 | 
						|
package-lock.json
 | 
						|
ui-debug.log
 | 
						|
firebase-debug.log
 | 
						|
firestore-debug.log
 | 
						|
firestore_export/
 |