From 787825aecf4a1ebc92835a1f4a7fc953510580fc Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 21 Sep 2017 00:40:13 +0200 Subject: Add autogenerated command template files to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 504bba9f1..7a99e829a 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,7 @@ ENV/ # mypy .mypy_cache/ + +# Autogenerated files +templates/* +tests/templates/* -- cgit v1.2.3