 79e1f837ef
			
		
	
	
		79e1f837ef
		
	
	
	
	
		
			
			By isolating the environment of makefiles and bash scripts into .config.mk and .config.sh it is simple to maintain searx brands by setting some central environments. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
		
			
				
	
	
		
			28 lines
		
	
	
		
			254 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			254 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # to sync with .dockerignore
 | |
| .coverage
 | |
| coverage/
 | |
| cache/
 | |
| .installed.cfg
 | |
| engines.cfg
 | |
| env
 | |
| searx-ve
 | |
| robot_log.html
 | |
| robot_output.xml
 | |
| robot_report.html
 | |
| test_basic/
 | |
| setup.cfg
 | |
| 
 | |
| *.pyc
 | |
| */*.pyc
 | |
| *~
 | |
| 
 | |
| node_modules/
 | |
| 
 | |
| .tx/
 | |
| 
 | |
| build/
 | |
| dist/
 | |
| local/
 | |
| gh-pages/
 | |
| searx.egg-info/
 |