forked from mtgred/netrunner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
70 lines (63 loc) · 927 Bytes
/
.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
.DS_Store
node_modules
*.log
pom.xml
*jar
/lib/
/classes/
/out/
/target/
.lein-deps-sum
.lein-repl-history
.lein-plugins/
.repl
.nrepl-port
.nrepl-history
.rebel_readline_history
.idea
.eastwood
.cache
/resources/public/js/
/resources/public/cljs/
/resources/public/cljs-out/
/resources/public/css/
/resources/public/img/cards/
/resources/public/sound/
/data/andb-*.json
/data/cards*.edn
/data/cycles.edn
/data/formats.edn
/data/mwls.edn
/data/sets.edn
/data/img
/.lein-failures
config.edn
resources/prod.edn
# MongoDB files
*.wt
*.lock
*.turtle
data/WiredTiger
data/diagnostic.data
data/journal
data/storage.bson
#Calva
.calva/*
tags
tags.temp
tags.temp.tmp
.lsp/
.shadow-cljs/
tests-user.edn
data/cards-ca.edn
data/cards-de.edn
data/cards-es.edn
data/cards-fr.edn
data/cards-it.edn
data/cards-ja.edn
data/cards-ko.edn
data/cards-pl.edn
data/cards-pt.edn
data/cards-ru.edn
data/cards-zh-hans.edn
data/cards-zh-hant.edn