mirror of
				https://git.sr.ht/~cadence/bibliogram
				synced 2025-10-31 03:25:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			296 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			296 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Code stuff
 | |
| node_modules
 | |
| .vscode
 | |
| 
 | |
| # Personalisation stuff
 | |
| /src/site/pug/privacy.pug
 | |
| /src/site/pug/announcements
 | |
| 
 | |
| # Database stuff
 | |
| db/**/*.db*
 | |
| users_export.json*
 | |
| *.log
 | |
| *.csv
 | |
| 
 | |
| # Test stuff
 | |
| /coverage
 | |
| /.nyc_output
 | |
| /test/screenshots/diff
 | |
| /test/screenshots/staging
 | |
| /src/lib/utils/saved_requests/files
 |