mirror of
				https://git.sr.ht/~cadence/bibliogram
				synced 2025-10-31 11:35:35 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			251 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			251 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Editor stuff
 | |
| .vscode
 | |
| 
 | |
| # Test stuff
 | |
| test
 | |
| coverage
 | |
| .nyc_output
 | |
| src/lib/utils/saved_requests/files
 | |
| 
 | |
| # Database stuff
 | |
| db
 | |
| *.log
 | |
| *.csv
 | |
| 
 | |
| # Personal stuff
 | |
| notes.txt
 | |
| config.js
 | |
| 
 | |
| # Cached stuff
 | |
| db
 | |
| node_modules
 | |
| 
 | |
| # Stuff Docker doesn't need
 | |
| .git
 | |
| art
 | |
| *.log
 | |
| *.csv
 |