-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
93 lines (76 loc) · 1.17 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# Ignore .hidden files
.*
# Ignore everything
*
!.gitignore
!.gitmodules
!.gitattributes
!.pre-commit-config.yaml
!.yamllint
!README.md
!setup.sh
!zsh/
zsh/**
!zsh/zshrc
!zsh/zshrc-append
!zsh/zshrc-sec
!zsh/oh-my-zsh
zsh/oh-my-zsh/**
!zsh/themes/
zsh/themes/**
!zsh/themes/.gitempty
!zsh/themes/headline
zsh/themes/headline/**
!zsh/themes/spaceship
zsh/themes/spaceship/**
!zsh/plugins/
zsh/plugins/**
!zsh/plugins/.gitempty
!zsh/plugins/zsh-autosuggestions
zsh/plugins/zsh-autosuggestions/**
!zsh/plugins/zsh-syntax-highlighting
zsh/plugins/zsh-syntax-highlighting/**
!bin/
!bin/*
!nvim/
nvim/**
!nvim/*.lua
!nvim/lua/
nvim/lua/**
!nvim/lua/vm/
nvim/lua/vm/**
!nvim/lua/vm/*.lua
!nvim/lua/vm/lazy/
nvim/lua/vm/lazy/**
!nvim/lua/vm/lazy/*.lua
!tmux/
tmux/**
!tmux/tmux.conf
!tmux/tmux/
tmux/tmux/**
!tmux/tmux/*.conf
!tmux/tmux/plugins/
tmux/tmux/plugins/**
!tmux/tmux/plugins/tpm
tmux/tmux/plugins/tpm/**
!code/
code/**
!code/*.json
!code/snippets/
code/snippets/**
!code/snippets/*.code-snippets
!zed/
zed/**
!zed/*.json
!zed/snippets/
zed/snippets/**
!zed/snippets/*.json
!logseq/
logseq/**
!logseq/*.edn
!logseq/*.json
!os/
os/**
!os/pipewire/
os/pipewire/**
!os/pipewire/*.conf