From af9632ec4d746cc292cba53433ed23fc48c0cf23 Mon Sep 17 00:00:00 2001 From: Avior Date: Tue, 7 May 2019 14:44:08 +0200 Subject: [PATCH] Added .gitea to gitignore And addon is using this folder --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2e65b3b..ecabcc6 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,8 @@ modules/* # but allow example module !modules/ModuleName/ +#VSCode addons +.gitea/ # OS Related Exclusions (used: https://gitignore.io/)