23 lines
		
	
	
		
			277 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			277 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| .dockerignore
 | |
| .env
 | |
| .git
 | |
| .gitignore
 | |
| .vs
 | |
| .vscode
 | |
| docker-compose*.yml
 | |
| *.md
 | |
| hosts
 | |
| LICENSE
 | |
| *.testsettings
 | |
| **/bin/
 | |
| **/obj/
 | |
| **/node_modules/
 | |
| **/bower_components/
 | |
| **/wwwroot/lib/
 | |
| global.json
 | |
| **/appsettings.localhost.json
 | |
| Web/WebSPA/wwwroot/
 | |
| packages/
 | |
| test-results/
 | |
| TestResults/
 | |
| Mobile/ |