mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-04-04 15:55:23 +00:00 
			
		
		
		
	 a4583be44b
			
		
	
	
		a4583be44b
		
			
		
	
	
	
	
		
			
			These should not be replicated to docker contexts as they are local to the build host. In addition, the golangci-lint currently doesn't assume the host user nor add other group read permissions when writing files, so this causes permission errors when other docker processes attempt to copy the files.
		
			
				
	
	
		
			21 lines
		
	
	
		
			237 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			237 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| out/
 | |
| **/node_modules/
 | |
| .git/
 | |
| .github/
 | |
| tests/
 | |
| 
 | |
| ci/
 | |
| contracts/
 | |
| contrib/
 | |
| docs/
 | |
| networks/
 | |
| scratch/
 | |
| 
 | |
| # Ignore build cache directories to avoid
 | |
| # errors when addings these to docker images
 | |
| build/.cache
 | |
| build/.golangci-lint
 | |
| 
 | |
| go.work
 | |
| go.work.sum
 |