-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
61 lines (48 loc) · 1.03 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Ignore everything unless explicitly added.
*
### bash ###
!.bashrc
!.profile
!.bash_profile
!.bash_utils
!.configure_bash.sh
!.bash_scripts/
!.bash_aliases
!.bash_command_prompt
### git ###
!.gitconfig
!.gitignore
!brew_packages.md
### zshell ###
!.zprofile
!.zshrc
### iterm2 ###
# General preferences:
!com.googlecode.iterm2.plist
# Profile:
!iterm2_profile_emil.json
### sleepwatcher ###
!.sleep
!.wakeup
### other ###
!.shellcheckrc
!README.md
!Dockerfile
!.config/glab-cli/aliases.yml
!.config/gh/config.yml
!burp-suite-emil.json
!speedtest.py
### iterm2 ###
# https://stackoverflow.com/questions/65776556/exclamation-mark-in-gitignore-doesnt-work
!Library/
!Library/Application Support/
!Library/Application Support/iTerm2/
!Library/Application Support/iTerm2/Scripts/
!Library/Application Support/iTerm2/Scripts/*
### fish ###
!Projects/
!Projects/.XDG_CONFIG_HOME/
!Projects/.XDG_CONFIG_HOME/fish/
!Projects/.XDG_CONFIG_HOME/fish/functions/
!Projects/.XDG_CONFIG_HOME/fish/functions/**
!Projects/.XDG_CONFIG_HOME/fish/config.fish