-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
147 lines (100 loc) · 1.69 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
# .DS_Store (folder metadata on macOS)
.DS_Store
# Compiled
*.elc
# Packaging
.cask
# Backup files
*~
# Undo-tree save-files
*.~undo-tree
undo/
# Org Id locations
.org-id-locations
# Cache
.cache
# ELPA
elpa
# History
history
# Tag files
tags
# Recent files
recentf
# Transient files
transient
# Known projects
projectile-bookmarks.eld
# Projectile cache
projectile.cache
# Auto saves
auto-save-list
# Diary
diary
# Games
games
# Url
url
# Bookmarks
bookmarks
# config.el (generated from config.org on load)
config.el
# custom.el (used to store options generated by customize interface)
custom.el
# Ad hoc scripts
adhoc/
# Ignore server directory
server/
# Ignore LSP sessions
.lsp-session*
# Ignore DAP mode breakpoints
.dap-breakpoints
# Ignore Java LSP folders
eclipse.jdt.ls/
workspace/
# Ignore NSM connection details file
network-security.data
# Ignore XKCD cache
xkcd
# Ignore org-gcal files
org-gcal/
# Ignore request directory
request/
# Ignore downloaded emoji
emojis/
# Ignore extensions
.extension/
# *scratch* buffer backup directory
scratch/
# Persistent *scratch*
.persistent-scratch
.persistent-scratch.new
# Cache for eln files in native compilation branch
eln-cache/
# Persisted data (used for org-drill)
persist/
# Ignore quelpa files
quelpa/
# Smex configuration
smex-items
# Ignore org roam DB
org-roam.db
# Ignore site-lisp
site-lisp/
# TRAMP connection history
tramp
# Ignore Org generic ID locations
.org-generic-id-locations
# Ignore session files
session*
/multisession/
# Ignore tree-sitter files
/tree-sitter/
# Ignore elpaca package directory
/elpaca/
# Ignore projects
projects
# Ignore smudge (Spotify) files
smudge/
# Ignore oauth2 data
/oauth2-auto.plist