forked from cowboy/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (28 loc) · 665 Bytes
/
.gitignore
File metadata and controls
33 lines (28 loc) · 665 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
# sublime project file
*sublime-project
*sublime-workspace
# Lots of junk goes in here.
/caches/
/backups/
# Top secret stuff!
/link/.ssh/id_*
/link/.ssh/*.pem
/link/.ssh/known_hosts*
# Don't commit Vim plugins, vim-plug will install them.
/link/.vim/plugged
# Don't commit rbenv temp files.
/link/.rbenv/shims/
/link/.rbenv/versions/
/link/.rbenv/version
# Ignore any file with LOCAL in the name (good for per-machine vars/functions)
*LOCAL*
link/.ssh/github_rsa
link/.ssh/github_rsa.pub
conf/sublime-text-3/Packages/User/Package Control.cache
*.pem
*.pub
Package Control.last-run
conf/sublime-text-3/Packages
!conf/sublime-text-3/Packages/User
.rbenv
aws-eb