-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
107 lines (94 loc) · 1.24 KB
/
.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
~
# Ignore everything by default.
# *
!~/dotfiles/**
~/.config/.dotfiles
# Bash stuff (profile just sources bashrc, since it's the only thing sourced
# when a shell is a login shell).
!.bash*
.*.swp
.bash_history
.bash_local
.bash_logout
# Zsh
!.zshrc
#
# Git aliases, identification info
!.gitconfig
# The gitignore of this repository itself (!)
!.gitignore
!.tmux.config
!.tmux.powerline.conf
!.p10k.zsh
!.fzf.zsh
!.bashrc
!.shell_aliases
!.shell_scripts
!.config/nvim/*
!.config/alacritty/*
/Library/
!/.dotfiles/
/.ipython
/.psql_history
/.pyenv
/.pypirc
/.python-eggs
/.python_history
/.mysql_history
/.netrc
/.node_repl_history
/.npm
/.npmrc
/.offlineimap
/.pip
/.local
/.rbenv
/.rbx
/.rnd
/.rubies
/.rubinius_last_error
/.rvm
/.sh_history
/.sqlite_history
/.ssl
/.tailwindcss
/.thelongpoll
/.toot
/.tox
/.trc
/.vim-fuf-data
/.vim-tmp
/.vim/.netrwhist
/.vim/autoload/plug.vim.old
/.vim/plugged-backup
/.vim/plugged/
/.vimfuzzyfinder
/.viminfo
/.vimprojects
/.vimrc.backup
/.vimrc.old
/.viper
/.wget-hsts
/.wine
/.wireshark
/.wireshark-etc
/.yarnrc
/.zcompdump
/.zsh_history
/.zsh_session
/.cache/*
/.cargo/*
/.zsh_sessions/*
/Applications
/Desktop
/Documents
/Downloads
/Dropbox
/Gmail
/Library/*
/Movies
/Music
/Pictures
/Public
/Sites
/repositories