about summary refs log tree commit diff
path: root/modules/shell/git/ignore
blob: bea5e703b81b5723970eb6d2bde0be98798a200e (plain) (blame)
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
# macOS
.DS_Store

# Kakoune
*.kak.*

# Sublime Text
sublime-project
sublime-workspace

# IntelliJ IDEA
.idea
*.iml

# Bundler
gem_graph.png

# Direnv
.envrc

# ctags
/tags

# Emacs
*~
\#*\#
.\#*