24 lines
		
	
	
		
			290 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			290 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# ignore everything
 | 
						|
/*
 | 
						|
 | 
						|
# allowed misc files
 | 
						|
!.gitmodules
 | 
						|
!.gitignore
 | 
						|
!README.md
 | 
						|
 | 
						|
# allow some stuff to be pushed
 | 
						|
!tmux
 | 
						|
!git
 | 
						|
!alacritty
 | 
						|
!nvim
 | 
						|
!zsh
 | 
						|
!.pyenv
 | 
						|
 | 
						|
# explicity ignore completions
 | 
						|
zsh/antigen.zsh
 | 
						|
zsh/completions/*
 | 
						|
!zsh/completions/.keep
 | 
						|
 | 
						|
# explicity ignore tmux plugins
 | 
						|
tmux/plugins
 |