mirror of
				https://gitlab.com/jessieh/simple-shortener.git
				synced 2025-08-18 09:43:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			183 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			183 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # simple-shortener .gitignore
 | |
| 
 | |
| # Temp files
 | |
| *~
 | |
| \#*\#
 | |
| .\#*
 | |
| 
 | |
| # Assorted log files
 | |
| .log/
 | |
| *.log
 | |
| 
 | |
| # Database files (and any accompanying journals)
 | |
| src/db/*
 | |
| 
 | |
| # Configuration file
 | |
| config.env |