27 lines
		
	
	
		
			225 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			225 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ## editors
 | |
| /.idea
 | |
| 
 | |
| ## system files
 | |
| .DS_Store
 | |
| 
 | |
| ## npm
 | |
| /node_modules/
 | |
| /npm-debug.log
 | |
| 
 | |
| ## testing
 | |
| /coverage/
 | |
| 
 | |
| ## temp folders
 | |
| /.tmp/
 | |
| /tmp/
 | |
| 
 | |
| # build
 | |
| /dist/
 | |
| 
 | |
| # dotenv
 | |
| .env.local
 | |
| .env.*.local
 | |
| 
 | |
| storybook-static
 | |
| custom-elements.json
 |