You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					33 lines
				
				601 B
			
		
		
			
		
	
	
					33 lines
				
				601 B
			| 
											6 months ago
										 | # Include any files or directories that you don't want to be copied to your
 | ||
|  | # container here (e.g., local build artifacts, temporary files, etc.).
 | ||
|  | #
 | ||
|  | # For more help, visit the .dockerignore file reference guide at
 | ||
|  | # https://docs.docker.com/go/build-context-dockerignore/
 | ||
|  | 
 | ||
|  | **/.DS_Store
 | ||
|  | **/.classpath
 | ||
|  | **/.dockerignore
 | ||
|  | **/.env
 | ||
|  | **/.git
 | ||
|  | **/.gitignore
 | ||
|  | **/.project
 | ||
|  | **/.settings
 | ||
|  | **/.toolstarget
 | ||
|  | **/.vs
 | ||
|  | **/.vscode
 | ||
|  | **/*.*proj.user
 | ||
|  | **/*.dbmdl
 | ||
|  | **/*.jfm
 | ||
|  | **/bin
 | ||
|  | **/charts
 | ||
|  | **/docker-compose*
 | ||
|  | **/compose*
 | ||
|  | **/Dockerfile*
 | ||
|  | **/node_modules
 | ||
|  | **/npm-debug.log
 | ||
|  | **/obj
 | ||
|  | **/secrets.dev.yaml
 | ||
|  | **/values.dev.yaml
 | ||
|  | LICENSE
 | ||
|  | README.md
 |