-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
72 lines (52 loc) · 1.49 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
# Please do not use this ignore file to define platform specific files.
#
# For these purposes create a global .gitignore file, which is a list of rules
# for ignoring files in every Git repository on your computer.
#
# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
/auto-save-list
/backup
/elpa
/eshell
/transient
/.cask
# Emacs Bookmark.
/bookmarks
# Save places.
/places
# projects.el
/projects
# Ignore the TRAMP file used for caching remote file access in Emacs.
/tramp
# Recent opened files
/recentf
# Quickstart file to activate all packages at startup.
/package-quickstart.el
# Custom Variables and Faces.
/custom.el
# Minibuffer history file, automatically generated by ‘savehist’.
/history
# Some packages uses thid dir to store internall stuff, like cache.
/var
# Well, sometimes I revisit it again.
/tutorial
# Internal www browser cache.
/url
# Not used diary file, but Org-agenda checks this file's
# existence when verifying `org-agenda-diary-file'.
/diary
# Stores the native-compiled *.eln files for configuration's *.el files.
# Appears when Emacs was built with "--with-native-compilation" option.
/eln-cache
# Byte compiled elisp files.
*.elc
# File where LSP session information is stored
.lsp-session-v1
# List of org files with IDs on those files.
.org-id-locations
# Debug Adapter Protocol (DAP) breakpoints
.dap-breakpoints
# DAP adapters
/.extension
network-security.data