-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
46 lines (42 loc) · 977 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
########### WIP ############
# not working as expected yet!
# # Blacklist files/folders in same directory as the .gitignore file
# /*
# # Lists all non-ignored files in the dotfiles directory
# # Generate this list with `yadm list -a | pbcopy`
# !.config/
# # ignore subpaths of config directory (this pattern repeats for all subpaths)
# !Brewfile
# !pre_bootstrap.sh
# .config/*
# !.config/starship.toml
# !.config/yadm/
# !.config/yadm/*
# !.config/zsh-abbr/
# !.config/zsh-abbr/*
# !.gitconfig
# !.gitignore
# !.gitmodules
# .gnupg/*
# !.gnupg/gpg-agent.conf
# !.gnupg/gpg.conf
# !.vimrc
# !.zsh/
# .zsh/*
# !.zsh/.zprofile
# !.zsh/.zshrc
# !.zsh/config/aliases.zsh
# !.zsh/config/history.zsh
# .zsh/plugins/*
# .zsh/plugins/
# !.zsh/plugins/fast-syntax-highlighting
# !.zsh/plugins/fzf/
# .zsh/plugins/goto
# !.zsh/plugins/goto/
# !.zsh/plugins/goto/*
# !.zsh/plugins/zsh-abbr
# !.zsh/plugins/zsh-autosuggestions
# !.zsh/plugins/zsh-z
# !.zshenv
# !LICENSE
# !README.md