tangled
alpha
login
or
join now
m1emi1em.dev
/
bb-scripts
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Initial commit
Emily
1 year ago
4e769abb
+70
2 changed files
expand all
collapse all
unified
split
.gitignore
README.md
+67
.gitignore
···
1
1
+
# ---> Clojure
2
2
+
pom.xml
3
3
+
pom.xml.asc
4
4
+
*.jar
5
5
+
*.class
6
6
+
/lib/
7
7
+
/classes/
8
8
+
/target/
9
9
+
/checkouts/
10
10
+
.lein-deps-sum
11
11
+
.lein-repl-history
12
12
+
.lein-plugins/
13
13
+
.lein-failures
14
14
+
.nrepl-port
15
15
+
.cpcache/
16
16
+
17
17
+
# ---> Emacs
18
18
+
# -*- mode: gitignore; -*-
19
19
+
*~
20
20
+
\#*\#
21
21
+
/.emacs.desktop
22
22
+
/.emacs.desktop.lock
23
23
+
*.elc
24
24
+
auto-save-list
25
25
+
tramp
26
26
+
.\#*
27
27
+
28
28
+
# Org-mode
29
29
+
.org-id-locations
30
30
+
*_archive
31
31
+
32
32
+
# flymake-mode
33
33
+
*_flymake.*
34
34
+
35
35
+
# eshell files
36
36
+
/eshell/history
37
37
+
/eshell/lastdir
38
38
+
39
39
+
# elpa packages
40
40
+
/elpa/
41
41
+
42
42
+
# reftex files
43
43
+
*.rel
44
44
+
45
45
+
# AUCTeX auto folder
46
46
+
/auto/
47
47
+
48
48
+
# cask packages
49
49
+
.cask/
50
50
+
dist/
51
51
+
52
52
+
# Flycheck
53
53
+
flycheck_*.el
54
54
+
55
55
+
# server auth directory
56
56
+
/server/
57
57
+
58
58
+
# projectiles files
59
59
+
.projectile
60
60
+
61
61
+
# directory configuration
62
62
+
.dir-locals.el
63
63
+
64
64
+
# network security
65
65
+
/network-security.data
66
66
+
67
67
+
+3
README.md
···
1
1
+
# bb-scripts
2
2
+
3
3
+
Clojure scripts for personal use with Babashka