mirror of
				https://git.sr.ht/~cadence/bibliogram
				synced 2025-10-31 11:35:35 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			342 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			342 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
 | |
| /test/screenshots/final
 | |
| /src/lib/utils/saved_requests/files
 | |
| 
 | |
| # My stuff
 | |
| /personal
 |