* Allow free comments with optional bets * Send emails for comments without bets * Refactor to share logic * No free comments on free response questions * Minor fixes * Condense line
		
			
				
	
	
		
			18 lines
		
	
	
		
			234 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			234 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Secrets
 | |
| .env*
 | |
| .runtimeconfig.json
 | |
| 
 | |
| # Compiled JavaScript files
 | |
| lib/**/*.js
 | |
| lib/**/*.js.map
 | |
| 
 | |
| # TypeScript v1 declaration files
 | |
| typings/
 | |
| 
 | |
| # Node.js dependency directory
 | |
| node_modules/
 | |
| 
 | |
| package-lock.json
 | |
| ui-debug.log
 | |
| firebase-debug.log
 |