From ff9be76bf8bd773a18c5d28ca56a3150c59a06ba Mon Sep 17 00:00:00 2001 From: mdnapo Date: Fri, 5 Jul 2024 12:46:45 +0200 Subject: [PATCH] Added .gitkeep to templactes folder --- MycroForge.Package.PluginTemplate/.gitignore | 6 +++--- MycroForge.Package.PluginTemplate/templates/.gitkeep | 0 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 MycroForge.Package.PluginTemplate/templates/.gitkeep diff --git a/MycroForge.Package.PluginTemplate/.gitignore b/MycroForge.Package.PluginTemplate/.gitignore index 8f1b3cd..388bf0e 100644 --- a/MycroForge.Package.PluginTemplate/.gitignore +++ b/MycroForge.Package.PluginTemplate/.gitignore @@ -1,4 +1,4 @@ -bin/ -obj/ -templates/ +bin/ +obj/ +templates/ !templates/.gitkeep \ No newline at end of file diff --git a/MycroForge.Package.PluginTemplate/templates/.gitkeep b/MycroForge.Package.PluginTemplate/templates/.gitkeep new file mode 100644 index 0000000..e69de29