We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 2d43e3eCopy full SHA for 2d43e3e
.gitignore
@@ -0,0 +1,32 @@
1
+# -*- mode: gitignore; -*-
2
+*~
3
+\#*\#
4
+/.emacs.desktop
5
+/.emacs.desktop.lock
6
+*.elc
7
+auto-save-list
8
+tramp
9
+.\#*
10
+
11
+# Org-mode
12
+.org-id-locations
13
+*_archive
14
15
+# flymake-mode
16
+*_flymake.*
17
18
+# eshell files
19
+/eshell/history
20
+/eshell/lastdir
21
22
+# elpa packages
23
+/elpa/
24
25
+# reftex files
26
+*.rel
27
28
+# AUCTeX auto folder
29
+/auto/
30
31
+# apitest
32
+/apitest/node_modules
README.md
0 commit comments