Reviewed-on: https://gitea.subcultureofone.org/greg/tkr/pulls/82 Co-authored-by: Greg Sarjeant <greg@subcultureofone.org> Co-committed-by: Greg Sarjeant <greg@subcultureofone.org>
		
			
				
	
	
		
			25 lines
		
	
	
		
			277 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			277 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| .vscode
 | |
| .DS_Store
 | |
| 
 | |
| # PHP Unit tests
 | |
| phpunit
 | |
| .phpunit.result.cache
 | |
| 
 | |
| # Filesystem storage items
 | |
| *.sqlite
 | |
| *.txt
 | |
| storage/upload/css
 | |
| storage/logs
 | |
| 
 | |
| # Testing stuff
 | |
| /docker-compose.yml
 | |
| scratch
 | |
| storage.bak
 | |
| 
 | |
| # Build artifacts
 | |
| tkr.tgz
 | |
| tkr.zip
 | |
| 
 | |
| # Test logs
 | |
| storage/prerequisite-check.log
 |