mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-10-31 14:57:26 +00:00 
			
		
		
		
	 78b194ce0f
			
		
	
	
		78b194ce0f
		
			
		
	
	
	
	
		
			
			* updated documentation to reflect current version * added .idea to gitignore * Delete .gitignore * Delete kava.iml * Delete modules.xml * Delete vcs.xml
		
			
				
	
	
		
			23 lines
		
	
	
		
			270 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			270 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Binaries for programs and plugins
 | |
| *.exe
 | |
| *.exe~
 | |
| *.dll
 | |
| *.so
 | |
| *.dylib
 | |
| 
 | |
| # Test binary, build with `go test -c`
 | |
| *.test
 | |
| 
 | |
| # Output of the go coverage tool
 | |
| *.out
 | |
| 
 | |
| # Exclude build files
 | |
| vendor
 | |
| build
 | |
| 
 | |
| # IDE files
 | |
| *.vscode
 | |
| *.idea
 | |
| node_modules
 | |
| docs/node_modules
 | |
| docs/.vuepress/dist |