|
@@ -0,0 +1,67 @@
|
|
1
|
+# Created by https://www.gitignore.io
|
|
2
|
+
|
|
3
|
+### Emacs ###
|
|
4
|
+# -*- mode: gitignore; -*-
|
|
5
|
+*~
|
|
6
|
+\#*\#
|
|
7
|
+/.emacs.desktop
|
|
8
|
+/.emacs.desktop.lock
|
|
9
|
+*.elc
|
|
10
|
+auto-save-list
|
|
11
|
+tramp
|
|
12
|
+.\#*
|
|
13
|
+
|
|
14
|
+# Org-mode
|
|
15
|
+.org-id-locations
|
|
16
|
+*_archive
|
|
17
|
+
|
|
18
|
+# flymake-mode
|
|
19
|
+*_flymake.*
|
|
20
|
+
|
|
21
|
+# eshell files
|
|
22
|
+/eshell/history
|
|
23
|
+/eshell/lastdir
|
|
24
|
+
|
|
25
|
+# elpa packages
|
|
26
|
+/elpa/
|
|
27
|
+
|
|
28
|
+# reftex files
|
|
29
|
+*.rel
|
|
30
|
+
|
|
31
|
+# AUCTeX auto folder
|
|
32
|
+/auto/
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+### Bower ###
|
|
36
|
+bower_components
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+### Node ###
|
|
40
|
+# Logs
|
|
41
|
+logs
|
|
42
|
+*.log
|
|
43
|
+
|
|
44
|
+# Runtime data
|
|
45
|
+pids
|
|
46
|
+*.pid
|
|
47
|
+*.seed
|
|
48
|
+
|
|
49
|
+# Directory for instrumented libs generated by jscoverage/JSCover
|
|
50
|
+lib-cov
|
|
51
|
+
|
|
52
|
+# Coverage directory used by tools like istanbul
|
|
53
|
+coverage
|
|
54
|
+
|
|
55
|
+# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
56
|
+.grunt
|
|
57
|
+
|
|
58
|
+# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
59
|
+build/Release
|
|
60
|
+
|
|
61
|
+# Dependency directory
|
|
62
|
+# Commenting this out is preferred by some people, see
|
|
63
|
+# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
|
|
64
|
+node_modules
|
|
65
|
+
|
|
66
|
+# Users Environment Variables
|
|
67
|
+.lock-wscript
|