mirror of
				https://github.com/jesseduffield/lazygit.git
				synced 2025-10-30 23:57:43 +02:00 
			
		
		
		
	It was added in 2018 (700f8c7e79), but I don't know for what purpose. It just
took me 15 minutes to figure out why my new file todo.go wasn't added, so I'm
removing this entry as I find it more harmful than helpful.
		
	
		
			
				
	
	
		
			44 lines
		
	
	
		
			432 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			432 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Please do not add personal files
 | |
| 
 | |
| # Logs
 | |
| *.log
 | |
| 
 | |
| # Hidden
 | |
| .*
 | |
| 
 | |
| # 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/*
 | |
| 
 | |
| coverage.out
 |