From 8c6d04cb5124680dd8339d2a2a21b9aa6a19e7cd Mon Sep 17 00:00:00 2001 From: Kononnable Date: Sat, 29 Apr 2017 15:57:34 +0200 Subject: [PATCH] output gitignore fix --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8b70c34..b31cff2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ ormconfig.json typings/ **/*.js **/*.js.map -output/*.* \ No newline at end of file +output/**/*.* \ No newline at end of file