Added QueryGen, RouterGen, Patcher and config.json to .gitignore
This commit is contained in:
parent
b8681524f3
commit
7a66b73a62
|
@ -11,6 +11,7 @@ uploads/avatar_*
|
|||
uploads/socialgroup_*
|
||||
backups/*.sql
|
||||
logs/*.log
|
||||
config/config.json
|
||||
node_modules/*
|
||||
bin/*
|
||||
out/*
|
||||
|
@ -22,6 +23,9 @@ out/*
|
|||
.vscode/launch.json
|
||||
schema/lastSchema.json
|
||||
config/config.go
|
||||
QueryGen
|
||||
RouterGen
|
||||
Patcher
|
||||
Gosora
|
||||
Install
|
||||
template_*.go
|
Loading…
Reference in New Issue