forked from cory/tildefriends
		
	- husky installs a git hook to run make format every time you commit new code - if `make format` fails (if a dependency is missing or prettier throws an error), the hook will still succeed as to not block people for dumb reasons - pin prettier and husky to 3.2.5 and 9.0.11 respectively - add prettier as a dependency for the `make format` rule
		
			
				
	
	
		
			16 lines
		
	
	
		
			183 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			183 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| node_modules
 | |
| src
 | |
| deps
 | |
| .clang-format
 | |
| flake.lock
 | |
| 
 | |
| # Minified files
 | |
| **/*.min.css
 | |
| **/*.min.js
 | |
| **/leaflet.*
 | |
| **/commonmark*
 | |
| **/w3.css
 | |
| apps/ssb/tribute.esm.js
 | |
| apps/api/app.js
 | |
| **/emojis.json
 |