-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
110 lines (74 loc) · 1.58 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
# -*- mode: gitignore; -*-
## here: https://github.com/lispkorea/template-emacs.d/blob/main/.gitignore
## ref: https://github.com/github/gitignore/blob/main/Global/Emacs.gitignore
# 이맥스 ============================================================
## 임시파일
*~
## 락(lock)파일
#*
## 컴파일(네이티브)
/eln-cache/
.eln
## 컴파일(바이트)
.elc
## 캐쉬
/\.cache/
## 기타
/eln-cache/
# 자동저장 파일
auto-save-list
## 디렉토리 설정
.dir-locals.el
## 데스크탑
/.emacs.desktop
/.emacs.desktop.lock
## 커스텀파일
/custom.el
## reftex files
*.rel
## AUCTeX auto folder
/auto/
## server auth directory
/server/
## network security
./network-security.data
# 라이브러리 ============================================================
## 라이브러리 - package
/elpa/
## 라이브러리 - eshell
/eshell/
## 라이브러리 - projectile
/projectile-bookmarks.eld
/projectile.cache
/projects
## 라이브러리 - ido
/ido.last
## 라이브러리 - elisp-autofmt
/elisp-autofmt-cache/
## 라이브러리 - flycheck
flycheck_*.el
## 라이브러리 - flymake-mode
*_flymake.*
## 라이브러리 - lang-racket
/racket-mode/
## 라이브러리 - ido
/ido.last
## 라이브러리 - tramp
tramp
## 라이브러리 - org
.org-id-locations
*_archive
## 라이브러리 - amx
/amx-items
## 라이브러리 - multiple-cursors
/.mc-lists.el
## 라이브러리 - magit
/transient/
## 라이브러리 - cider
/cider-history
# 기타 ============================================================
## 임시파일(MacOs)
.DS_Store
## cask packages
.cask/
dist/