From 4d90d2608737f4b3f02ed6ab3e8d5b07864f83a5 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Wed, 31 Mar 2021 23:10:23 +0300 Subject: [PATCH] Add conf to gitignore --- skeleton/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/skeleton/.gitignore b/skeleton/.gitignore index 728a115..ae138df 100644 --- a/skeleton/.gitignore +++ b/skeleton/.gitignore @@ -136,3 +136,8 @@ dmypy.json # Cython debug symbols cython_debug/ + +# Configuration files +*.conf +*.cfg +*.ini \ No newline at end of file