From 90e1b4007b3ca2143315e02503d7422f12630512 Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Tue, 26 Jan 2021 12:39:04 +0100
Subject: [PATCH] Include default folders. engine#72

---
 .gitignore        | 2 --
 logs/.gitignore   | 4 ++++
 socket/.gitignore | 4 ++++
 3 files changed, 8 insertions(+), 2 deletions(-)
 create mode 100644 logs/.gitignore
 create mode 100644 socket/.gitignore

diff --git a/.gitignore b/.gitignore
index 23f7978..5045296 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,6 @@
 .idea/
 *.pyc
 *.log
-logs
-tmp
 .vscode/tags
 config/engine-core.ini
 config/systemd/dev/
diff --git a/logs/.gitignore b/logs/.gitignore
new file mode 100644
index 0000000..86d0cb2
--- /dev/null
+++ b/logs/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
\ No newline at end of file
diff --git a/socket/.gitignore b/socket/.gitignore
new file mode 100644
index 0000000..86d0cb2
--- /dev/null
+++ b/socket/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
\ No newline at end of file
-- 
GitLab