Skip to content

Commit

Permalink
add .gitignore 2023-04-25
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Apr 25, 2023
1 parent bdd1ead commit 228a849
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.gzip
*.br
/hd/
/.ipCc/
/chaos/
.DbCache
/pocs/
/data_9/*
/data*
/release
/data1/
/data/
/katana_field/
/tmp/
logs/logs.log
.DbCache/*.*
.DbCache/*
.DbCache/LOCK
config/*_db.*
/tools/cve/
/tools/pages/node_modules/
/tools/pages/data/
/config/chaos
/tools/cnnvd/
/tools/pages/data/
goSqlite_gorm
main
51pwnPlatform
node_modules
yarn.lock
DbCache
/db/
tools/Check_CVE_2020_26134
go-database/*
*.dylib
mydbfile.db*
.DS_Store
# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
/.DbCache/

0 comments on commit 228a849

Please sign in to comment.