File tree 1 file changed +49
-1
lines changed
1 file changed +49
-1
lines changed Original file line number Diff line number Diff line change @@ -92,4 +92,52 @@ lerna-debug.log
92
92
93
93
# System Files
94
94
.DS_Store
95
- Thumbs.db
95
+ Thumbs.db # -*- mode: gitignore; -*-
96
+ * ~
97
+ \# * \#
98
+ /.emacs.desktop
99
+ /.emacs.desktop.lock
100
+ * .elc
101
+ auto-save-list
102
+ tramp
103
+ . \# *
104
+
105
+ # Org-mode
106
+ .org-id-locations
107
+ * _archive
108
+
109
+ # flymake-mode
110
+ * _flymake. *
111
+
112
+ # eshell files
113
+ /eshell /history
114
+ /eshell /lastdir
115
+
116
+ # elpa packages
117
+ /elpa /
118
+
119
+ # reftex files
120
+ * .rel
121
+
122
+ # AUCTeX auto folder
123
+ /auto /
124
+
125
+ # cask packages
126
+ .cask /
127
+ dist /
128
+
129
+ # Flycheck
130
+ flycheck_ * .el
131
+
132
+ # server auth directory
133
+ /server /
134
+
135
+ # projectiles files
136
+ .projectile
137
+
138
+ # directory configuration
139
+ .dir-locals.el
140
+
141
+ # network security
142
+ /network-security.data
143
+
You can’t perform that action at this time.
0 commit comments