Adding root content to git ignore. To prevent accidently uploading it again when working on the template.

This commit is contained in:
fha 2024-09-21 21:07:26 +02:00
parent 9a12c4543d
commit 1a45dfe010
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/public/**
/exampleSite//public/**
/content/**
/.vscode/**