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_*
|
uploads/socialgroup_*
|
||||||
backups/*.sql
|
backups/*.sql
|
||||||
logs/*.log
|
logs/*.log
|
||||||
|
config/config.json
|
||||||
node_modules/*
|
node_modules/*
|
||||||
bin/*
|
bin/*
|
||||||
out/*
|
out/*
|
||||||
|
@ -22,6 +23,9 @@ out/*
|
||||||
.vscode/launch.json
|
.vscode/launch.json
|
||||||
schema/lastSchema.json
|
schema/lastSchema.json
|
||||||
config/config.go
|
config/config.go
|
||||||
|
QueryGen
|
||||||
|
RouterGen
|
||||||
|
Patcher
|
||||||
Gosora
|
Gosora
|
||||||
Install
|
Install
|
||||||
template_*.go
|
template_*.go
|
Loading…
Reference in New Issue