-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (42 loc) · 954 Bytes
/
Copy path.gitignore
File metadata and controls
47 lines (42 loc) · 954 Bytes
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
/*
!/.ackrc
!/.agignore
!/.bash_aliases
!/.bash_profile
!/.bin/
!/.gitignore
!/.gitignore_global
!/.gitmodules
!/.gitconfig
!/.ideavimrc
!/.inputrc
!/.hushlogin
!/.mostrc
!/.pdbrc
!/.psqlrc
!/.screenrc
!/.tmux.conf
!/.zshrc
!/.zsh/
/.config/
/.config/fish/fish_history
/.config/fish/fishd.*
!/.config/fish/config.fish
!/.config/fish/functions
!/.config/fish/functions/fish_prompt.fish
!/.config/fish/functions/fish_prompt_git.fish
!/.config/fish/functions/fish_right_prompt.fish
!/.config/fish/functions/fish_user_key_bindings.fish
!/.config/fish/functions/git_branch_name.fish
!/.config/fish/functions/git_diverged.fish
!/.config/fish/functions/git_stashed.fish
!/.config/fish/functions/git_status.fish
!/.config/fish/functions/proj.fish
!/.config/fish/functions/prompt_face.fish
!/.config/fish/functions/prompt_pwd.fish
!/.config/fish/functions/prompt_pwd.fish
!/.vimrc
!/.config/iterm/com.googlecode.iterm2.plist
!/Brewfile
!/README.md
!/LICENSE