-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
81 lines (58 loc) · 1.02 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
62
63
64
65
66
67
# Ignore everything
/*
/**/.luarc.json
/**/*.o
/**/\#*#
/**/*#
/**/.#*
/**/.*~
/**/*~
/**/fishd.*
/**/.DS_Store
/**/*.sw[po]
/**/tags
/**/TAGS
/**/.svn
/**/*.dSYM
/**/*.log
/**/*.dvi
/**/*.aux
/**/*.elc
# But not these files...
!.gitignore
!.gitattributes
!.gitconfig
!.globalgitignore
!README.md
!.czrc
!.config/
.config/*
!.scripts/
.scripts/*
# Nvim
!.config/nvim/
# Helix
!.config/helix/
# Alacritty
!.config/alacritty/
.config/alacritty/local.toml
# Fish local config
!.config/fish/config-linux.fish
!.config/fish/config-osx.fish
!.config/fish/config-windows.fish
!.config/fish/config.fish
!.config/fish/fish_plugins
!.config/fish/functions/fzf_change_directory.fish
!.config/fish/functions/fish_user_key_bindings.fish
# Powershell
!.config/powershell/
.config/powershell/*.bak
# Tmux
!.config/tmux/
.config/tmux/local.conf
# Own Scripts
!.scripts/ide
# resticprofile
!.config/resticprofile/
.config/resticprofile/*
!.config/resticprofile/profiles.yaml