* docker builds current branch instead of cloning the repo * moved ADD command right before RUN cd parity in Dockerfiles * update docker/README.md * removed --no-cache from docker/README.md
		
			
				
	
	
		
			23 lines
		
	
	
		
			226 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			226 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Generated by Cargo
 | |
| # will have compiled files and executables
 | |
| target
 | |
| 
 | |
| *.swp
 | |
| *.swo
 | |
| *.swn
 | |
| *.DS_Store
 | |
| 
 | |
| # Visual Studio Code stuff
 | |
| .vscode
 | |
| 
 | |
| # GitEye stuff
 | |
| .project
 | |
| 
 | |
| # idea ide
 | |
| .idea
 | |
| 
 | |
| # git stuff
 | |
| .git
 | |
| 
 | |
| ethcore/res/ethereum/tests
 |