.dotfiles/.gitignore

40 lines
445 B
Plaintext
Raw Normal View History

2023-05-30 22:45:28 +02:00
# ignore everything
/*
# allowed misc files
!.gitmodules
!.gitignore
!README.md
2023-05-30 22:45:28 +02:00
# allow some stuff to be pushed
!alacritty
!nvim
!.pyenv
2023-05-30 23:49:02 +02:00
# zsh
!zsh
zsh/*
!zsh/.zshrc
!zsh/.zshenv
!zsh/.zprofile
!zsh/scripts.zsh
!zsh/aliases.zsh
!zsh/completions/.keep
!zsh/.p10k.zsh
# tmux
!tmux
tmux/*
!tmux/tmux.conf
2024-02-19 15:51:48 +01:00
!tmux/tmux-new-project
!tmux/tmux-sessionizer
!tmux/tmux-ggclone
2024-02-01 14:48:34 +01:00
!tmux/tmux-ssher
# git
!git
git/*
!git/config
!git/gitignore
!git/aflabs