diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
