mirror of
				https://github.com/jakejarvis/jarv.is.git
				synced 2025-10-31 05:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			431 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			431 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Hugo artifacts
 | |
| public/
 | |
| builds/
 | |
| _vendor/
 | |
| hugo_stats.json
 | |
| 
 | |
| # webpack artifacts
 | |
| data/manifest.json
 | |
| static/assets/
 | |
| 
 | |
| # node/npm/yarn
 | |
| node_modules/
 | |
| package-lock.json
 | |
| npm-debug.log*
 | |
| yarn-debug.log*
 | |
| yarn-error.log*
 | |
| 
 | |
| # compiled typescript
 | |
| api/**/*.js*
 | |
| 
 | |
| # Lighthouse CI
 | |
| .lighthouseci/
 | |
| 
 | |
| # here be secrets
 | |
| .env
 | |
| .env.prod*
 | |
| 
 | |
| # macOS/iCloud junk
 | |
| .DS_Store
 | |
| .DS_Store?
 | |
| ._*
 | |
| .Spotlight-V100
 | |
| .Trashes
 | |
| *.icloud
 | |
| .nosync
 | |
| 
 | |
| # local Vercel config
 | |
| .vercel
 |