-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore_global
76 lines (53 loc) · 949 Bytes
/
.gitignore_global
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
.syntastic_classpath
pyrightconfig.json
.zed
# https://github.com/github/gitignore/blob/master/Global/OSX.gitignore
.DS_Store
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# https://github.com/github/gitignore/blob/master/Global/Tags.gitignore
# Ignore tags created by etags and ctags
TAGS
!TAGS/
tags
tags.lock
tags.temp
tags.files
tags.temp.tmp
!tags/
# https://github.com/github/gitignore/blob/master/Global/vim.gitignore
.*.sw[a-z]
*.un~
Session.vim
.idea
*.iml
# virtualenvs
venv
venv3
# autoenv
.env
.env2
# rope-project
.ropeproject
.mypy_cache
# mypy-daemon
.dmypy.json
# direnv
.direnv
.envrc
# vim-projectionist
.projections.json
# only using it myself currently
.sqlfluff
# java / kotlin projects
.settings
# nlsp-setting / vim plugin for project-local LSP settings
.nlsp-settings
# lua-language-server
.luarc.json
# custom null-ls root file
.null-ls-root
.bacon-locations