mirror of
				https://github.com/jesseduffield/lazygit.git
				synced 2025-10-30 23:57:43 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			485 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			485 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Please do not add personal files
 | |
| 
 | |
| # Logs
 | |
| *.log
 | |
| 
 | |
| # Hidden
 | |
| .*
 | |
| 
 | |
| # TODO
 | |
| TODO.*
 | |
| 
 | |
| # Notes
 | |
| *.notes
 | |
| 
 | |
| # Tests
 | |
| test/repos/repo
 | |
| coverage.txt
 | |
| 
 | |
| # Binaries
 | |
| lazygit
 | |
| 
 | |
| # Exceptions
 | |
| !.gitignore
 | |
| !.goreleaser.yml
 | |
| !.circleci/
 | |
| !.github/
 | |
| 
 | |
| test/git_server/data
 | |
| test/integration/*/actual/
 | |
| test/integration/*/actual_remote/
 | |
| test/integration/*/used_config/
 | |
| # these sample hooks waste too much space
 | |
| test/integration/*/expected/.git_keep/hooks/
 | |
| test/integration/*/expected_remote/hooks/
 | |
| !.git_keep/
 | |
| lazygit.exe
 |