Skip to content

Commit 228a849

Browse files
committed
add .gitignore 2023-04-25
1 parent bdd1ead commit 228a849

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

.gitignore

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Binaries for programs and plugins
2+
*.exe
3+
*.exe~
4+
*.dll
5+
*.so
6+
*.gzip
7+
*.br
8+
/hd/
9+
/.ipCc/
10+
/chaos/
11+
.DbCache
12+
/pocs/
13+
/data_9/*
14+
/data*
15+
/release
16+
/data1/
17+
/data/
18+
/katana_field/
19+
/tmp/
20+
logs/logs.log
21+
.DbCache/*.*
22+
.DbCache/*
23+
.DbCache/LOCK
24+
config/*_db.*
25+
/tools/cve/
26+
/tools/pages/node_modules/
27+
/tools/pages/data/
28+
/config/chaos
29+
/tools/cnnvd/
30+
/tools/pages/data/
31+
goSqlite_gorm
32+
main
33+
51pwnPlatform
34+
node_modules
35+
yarn.lock
36+
DbCache
37+
/db/
38+
tools/Check_CVE_2020_26134
39+
go-database/*
40+
*.dylib
41+
mydbfile.db*
42+
.DS_Store
43+
# Test binary, built with `go test -c`
44+
*.test
45+
46+
# Output of the go coverage tool, specifically when used with LiteIDE
47+
*.out
48+
49+
# Dependency directories (remove the comment below to include it)
50+
/.DbCache/

0 commit comments

Comments
 (0)