Skip to content

Commit 0f39f1b

Browse files
xwxw
xw
authored and
xw
committed
lightning-engine
0 parents  commit 0f39f1b

33 files changed

+3201
-0
lines changed

.gitignore

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Reference https://github.com/github/gitignore/blob/master/Go.gitignore
2+
# Binaries for programs and plugins
3+
*.exe
4+
*.exe~
5+
*.dll
6+
*.so
7+
*.dylib
8+
9+
# Test binary, built with `go test -c`
10+
*.test
11+
12+
# Output of the go coverage tool, specifically when used with LiteIDE
13+
*.out
14+
15+
# Dependency directories (remove the comment below to include it)
16+
vendor/
17+
18+
# Compiled Object files, Static and Dynamic libs (Shared Objects)
19+
*.o
20+
*.a
21+
*.so
22+
23+
# OS General
24+
Thumbs.db
25+
.DS_Store
26+
27+
# project
28+
*.cert
29+
*.key
30+
*.log
31+
bin/
32+
33+
# Develop tools
34+
.vscode/
35+
.idea/
36+
*.swp

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# lightning-engine
2+

0 commit comments

Comments
 (0)