summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 474e379..0dfeb95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,6 @@
.vscode
-build/ \ No newline at end of file
+build/
+
+# Projects - ignore all folders inside projects/ except the projects folder itself
+projects/*/
+!projects/README.md \ No newline at end of file