-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
60 lines (51 loc) · 984 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
47
48
49
50
51
52
53
54
55
56
57
58
59
#########################################
# dotfiles
#########################################
# .vim/.netrwhist
.netrwhist
# vim
*~
*.swp
__Tagbar__
NERD_tree_1
# eclipse
.classpath
.project
.settings/
eclipse-bin/
eclipse-build/
# TestNG
test-output/
# ctags
tags
cscope.out
# mac
.DS_Store
# fish shell and other stuff
dotfiles/.config/airbnb/
dotfiles/.config/configstore/update-notifier-npm.json
dotfiles/.config/fish/fish_history
dotfiles/.config/fish/fishd*
dotfiles/.config/gcloud/logs/
dotfiles/.config/gh/hosts.yml
dotfiles/.config/github-copilot/hosts.json
dotfiles/.config/hub
dotfiles/.vim/plugged/
dotfiles/.vim/sessions/
dotfiles/.vim/view/
dotfiles/.vim/swap/
dotfiles/.config/wireshark/
dotfiles/.config/pgcli/history
dotfiles/.config/pgcli/log
dotfiles/.config/gcloud
dotfiles/.config/configstore
# rubocop
rubocop_cache/
#########################################
# advent_of_code
#########################################
*.iml
.idea/
out/
.gradle/
build/