mirror of
				https://github.com/jesseduffield/lazygit.git
				synced 2025-10-30 23:57:43 +02:00 
			
		
		
		
	This prevents commands like "go test ./..." from looking into it, and it prevents VS Code's Problems panel from showing errors about the go files in that folder.
		
			
				
	
	
		
			45 lines
		
	
	
		
			433 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			433 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/*
 |