Skip to content

Commit b8d1feb

Browse files
committedAug 30, 2022
LDK Review club based off Bitcoin Core Review Club
0 parents  commit b8d1feb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+2784
-0
lines changed
 

‎.gitignore

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
*.swp
2+
.DS_Store
3+
.DS_Store?
4+
.Spotlight-V100
5+
.Trashes
6+
._*
7+
.bundle
8+
.jekyll-cache/
9+
.jekyll-metadata
10+
.sass-cache/
11+
Icon?
12+
Thumbs.db
13+
_cache
14+
_site/
15+
ehthumbs.db
16+
vendor
17+
18+
# Vim Swap
19+
[._]*.s[a-v][a-z]
20+
[._]*.sw[a-p]
21+
[._]s[a-rt-v][a-z]
22+
[._]ss[a-gi-z]
23+
[._]sw[a-p]

‎.ruby-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.6.6

0 commit comments

Comments
 (0)
Please sign in to comment.