mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-27 03:41:13 +00:00 
			
		
		
		
	Some small changes in general: - Moved the SQL Version check struct into the function. - Updated hadolint to 2.0.0 - Fixed hadolint 2.0.0 warnings - Updated github workflows - Added .editorconfig for some general shared editor settings.
		
			
				
	
	
		
			27 lines
		
	
	
		
			No EOL
		
	
	
		
			219 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			No EOL
		
	
	
		
			219 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # Local build artifacts
 | |
| target
 | |
| 
 | |
| # Data folder
 | |
| data
 | |
| .env
 | |
| .env.template
 | |
| .gitattributes
 | |
| 
 | |
| # IDE files
 | |
| .vscode
 | |
| .idea
 | |
| *.iml
 | |
| 
 | |
| # Documentation
 | |
| .github
 | |
| *.md
 | |
| *.txt
 | |
| *.yml
 | |
| *.yaml
 | |
| 
 | |
| # Docker folders
 | |
| hooks
 | |
| tools
 | |
| 
 | |
| # Web vault
 | |
| web-vault |