-
Notifications
You must be signed in to change notification settings - Fork 18
/
.gitignore
45 lines (38 loc) · 1.11 KB
/
.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
heroku/netrc
atom
vim/vim
zsh/oh-my-zsh
themes
icons
tmux/tmux/resurrect
tmux/tmux/plugins/
# Files needed for z to funciton
#############################
/zsh/z
# Files that are symlinks to other projects
###########################################
bin/aws_otp
bin/vpn2_otp
bin/vpn_otp
bin/cli53
bin/mdbook
# Files that contain private informations like tokens etc
#########################################################
emacs/spacemacs.d/init-private.el
# List of env variables maintained in spacemacs (autogenerated by spacemacs)
############################################################################
emacs/spacemacs.d/.spacemacs.env
# Move downloaded binaries to seperate folder
##############################################
external_bin/*
!external_bin/README.*
# Add an exception for the .spacemacs.d folder
###############################################
emacs/spacemacs.d/layers/*
emacs/spacemacs.d/snippets/*
emacs/spacemacs.d/local/*
emacs/spacemacs.d/templates/*
!emacs/spacemacs.d/layers/README.*
!emacs/spacemacs.d/snippets/README.*
!emacs/spacemacs.d/local/README.*
!emacs/spacemacs.d/templates/README.*