-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
44 lines (44 loc) · 815 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
# git config --global core.excludesfile ~/dotfiles/.gitignore
.vim/.netrwhist
.DS_Store
.gitconfig_platform_specific
Session.vim
.vim/systags
.vim/doc/tags
emacs.d/.recentf
emacs.d/.smex-items
emacs.d/auto-save-list/
emacs.d/backups/
emacs.d/cider-history
emacs.d/places
emacs.d/elpa
venv/
__pycache__/
*.pyc
.tox
*.egg-info/
.cache/
.eggs/
emacs.d/url/
.git
.eggs/
.lein/self-installs
emacs.d/ido.last
emacs.d/projectile-bookmarks.eld
.vim/plugged
*.class
# intellj idea workspace file contains user-specific settings https://www.jetbrains.com/help/idea/2017.3/managing-projects-under-version-control.html
*.iws
# maven target/ dir contains the build artifacts
/target/
neovim/.netrwhist
.idea
karabiner/automatic_backups
node_modules/
.env
zsh/.zsh_sessions
zsh/.zcompdump-*
zsh/.zshrc.old
*.pem
.vault_pass
tags