17 lines
		
	
	
		
			178 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			178 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# ignore everything
 | 
						|
/*
 | 
						|
 | 
						|
# allowed misc files
 | 
						|
!.gitmodules
 | 
						|
!.gitignore
 | 
						|
 | 
						|
# allow some stuff to be pushed
 | 
						|
!tmux
 | 
						|
!git
 | 
						|
!alacritty
 | 
						|
!nvim
 | 
						|
!zsh
 | 
						|
 | 
						|
# explicity ignore zcoredump
 | 
						|
zsh/.zcomp*
 |