Skip to content

Commit 467e2f8

Browse files
committed
add gitignore
1 parent c561893 commit 467e2f8

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.gitignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## Ignore the npm stuff that we now have.
2+
node_modules
3+
4+
## Do not commit our TAGS
5+
TAGS
6+
7+
## Emacs things (from
8+
## https://github.com/github/gitignore/blob/master/Global/Emacs.gitignore).
9+
*~
10+
\#*\#
11+
/.emacs.desktop
12+
/.emacs.desktop.lock
13+
.elc
14+
auto-save-list
15+
tramp
16+
.\#*
17+
# Org-mode
18+
.org-id-locations
19+
*_archive
20+
21+
.idea
22+
.env
23+
24+
mirror
25+
target
26+
27+
datasets.json

0 commit comments

Comments
 (0)