36 lines
		
	
	
		
			371 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			371 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# ignore everything
 | 
						|
/*
 | 
						|
 | 
						|
# allowed misc files
 | 
						|
!.gitmodules
 | 
						|
!.gitignore
 | 
						|
!README.md
 | 
						|
 | 
						|
# allow some stuff to be pushed
 | 
						|
!alacritty
 | 
						|
!nvim
 | 
						|
!.pyenv
 | 
						|
 | 
						|
# zsh
 | 
						|
!zsh
 | 
						|
zsh/*
 | 
						|
!zsh/.zshrc
 | 
						|
!zsh/.zshenv
 | 
						|
!zsh/.zprofile
 | 
						|
!zsh/scripts.zsh
 | 
						|
!zsh/aliases.zsh
 | 
						|
!zsh/completions/.keep
 | 
						|
 | 
						|
# tmux
 | 
						|
!tmux
 | 
						|
tmux/*
 | 
						|
!tmux/tmux.conf
 | 
						|
!tmux/tmux-sessionizer
 | 
						|
 | 
						|
# git
 | 
						|
!git
 | 
						|
git/*
 | 
						|
!git/config
 | 
						|
!git/gitignore
 | 
						|
!git/aflabs
 |