forked from zaclys/searxng
		
	continuation of #2117 related to #2111 This commit: * fixes the Docker tag using an additional variable DOCKER_TAG, see searx/version.py * fixes the Docker labels org.label-schema.vcs-ref and org.opencontainers.image.revision * adds searx/version_frozen to .gitignore
		
			
				
	
	
		
			25 lines
		
	
	
	
		
			235 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			235 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# to sync with .dockerignore & pyrightconfig.json
 | 
						|
 | 
						|
*.pyc
 | 
						|
*/*.pyc
 | 
						|
*~
 | 
						|
*.swp
 | 
						|
geckodriver.log
 | 
						|
 | 
						|
.coverage
 | 
						|
coverage/
 | 
						|
 | 
						|
.nvm/
 | 
						|
cache/
 | 
						|
build/
 | 
						|
dist/
 | 
						|
local/
 | 
						|
gh-pages/
 | 
						|
*.egg-info/
 | 
						|
 | 
						|
/package-lock.json
 | 
						|
/node_modules/
 | 
						|
 | 
						|
.idea/
 | 
						|
 | 
						|
searx/version_frozen.py
 |