From 7a66b73a621228c4c667aaef68893d6bba309ede Mon Sep 17 00:00:00 2001 From: Azareal Date: Mon, 6 Aug 2018 12:48:47 +1000 Subject: [PATCH] Added QueryGen, RouterGen, Patcher and config.json to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index d58b0897..ed5fb9d1 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file