mirror of
				https://github.com/jesseduffield/lazygit.git
				synced 2025-10-30 23:57:43 +02:00 
			
		
		
		
	We're piggybacking on our existing integration test framework to record demos that we can include in our docs
		
			
				
	
	
		
			45 lines
		
	
	
		
			432 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			432 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Please do not add personal files
 | |
| 
 | |
| # Logs
 | |
| *.log
 | |
| 
 | |
| # Hidden
 | |
| .*
 | |
| 
 | |
| # TODO
 | |
| TODO.*
 | |
| 
 | |
| # Notes
 | |
| *.notes
 | |
| 
 | |
| # Tests
 | |
| test/repos/repo
 | |
| coverage.txt
 | |
| 
 | |
| # Binaries
 | |
| lazygit
 | |
| lazygit.exe
 | |
| 
 | |
| # Exceptions
 | |
| !.gitignore
 | |
| !.goreleaser.yml
 | |
| !.golangci.yml
 | |
| !.circleci/
 | |
| !.github/
 | |
| !.vscode/
 | |
| !.devcontainer/
 | |
| 
 | |
| # these are for our integration tests
 | |
| !.git_keep
 | |
| !.gitmodules_keep
 | |
| 
 | |
| test/git_server/data
 | |
| 
 | |
| test/results/**
 | |
| 
 | |
| oryxBuildBinary
 | |
| __debug_bin
 | |
| 
 | |
| .worktrees
 | |
| demo/output/*
 |