-
Notifications
You must be signed in to change notification settings - Fork 3
/
.dotignore
74 lines (63 loc) · 905 Bytes
/
.dotignore
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
*.swp
*.tmp
*.viminfo
#Self
/.dotfiles/
# Fish
.config/fish/functions/*
!.config/fish/functions/dotfiles.fish
!.config/fish/functions/codeclimate.fish
.config/fish/completions/
.config/fish/conf.d/*
!.config/fish/conf.d/plumelo_*.fish
.config/fish/fishd.*
.config/fisherman/*
#Atom
.atom/.apm/
.atom/.node-gyp/
.atom/Makefile
.atom/blob-store/
.atom/compile-cache/
.atom/github.cson
.atom/nohup.out
.atom/packages/
.atom/storage/
#NPM
/.npm-packages/
/.npm/
#Misc
.v8flags.*
.ICEauthority
.esd_auth
/.pki/
/.cache/
/.compose-cache/
/.local/share/*
/.tmux/
#Nix
/.nix-defexpr/
/.nix-profile/
/.nix-profile
/.bash_history
/.bashrc
#Folders
/Desktop/
/Documents/
/Downloads/
/Pictures/
/Projects/
/bin/
#Provision
/.vagrant.d/
# dconf
/.config/dconf/user
# conf
/.gnome
/.config/Slack
/.config/chromium
/.config/QtProject.conf
.LFCache
/.config/GitKraken
/.gitkraken/
/.config/VirtualBox
/Android