Skip to content

Commit c95cd08

Browse files
committed
feat!: release v2.0.0 with malware scanner, BoltDB, and entropy engine
1 parent 9542b64 commit c95cd08

43 files changed

Lines changed: 8579 additions & 394 deletions

Some content is hidden

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

.gitignore

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Binaries
2+
*.exe
3+
*.exe~
4+
*.dll
5+
*.so
6+
*.dylib
7+
sfw
8+
cmd/sfw/sfw
9+
10+
# Test binary, built with `go test -c`
11+
*.test
12+
13+
# Output of the go coverage tool
14+
*.out
15+
coverage.html
16+
coverage.txt
17+
18+
# Go workspace file
19+
go.work
20+
go.work.sum
21+
22+
# Dependency directories
23+
vendor/
24+
25+
# IDE and editor files
26+
.idea/
27+
.vscode/
28+
*.swp
29+
*.swo
30+
*~
31+
.DS_Store
32+
33+
# Debug files
34+
__debug_bin*
35+
36+
# Local environment files
37+
.env
38+
.env.local

0 commit comments

Comments
 (0)