diff --git a/Documentation/CodeSnippets/my_site_package/Configuration/Sets/SitePackage/page.tsconfig b/Documentation/CodeSnippets/my_site_package/Configuration/Sets/SitePackage/page.tsconfig
index 8a0be24e..dce1853a 100644
--- a/Documentation/CodeSnippets/my_site_package/Configuration/Sets/SitePackage/page.tsconfig
+++ b/Documentation/CodeSnippets/my_site_package/Configuration/Sets/SitePackage/page.tsconfig
@@ -1,2 +1,3 @@
@import './PageTsConfig/'
@import './PageTsConfig/BackendLayouts/'
+
diff --git a/Documentation/CodeSnippets/my_site_package/ContentBlocks/ContentElements/jumbotron/assets/icon.svg b/Documentation/CodeSnippets/my_site_package/ContentBlocks/ContentElements/jumbotron/assets/icon.svg
index b9702652..2bed5cf7 100644
--- a/Documentation/CodeSnippets/my_site_package/ContentBlocks/ContentElements/jumbotron/assets/icon.svg
+++ b/Documentation/CodeSnippets/my_site_package/ContentBlocks/ContentElements/jumbotron/assets/icon.svg
@@ -1 +1 @@
-
+
\ No newline at end of file
diff --git a/Documentation/CodeSnippets/my_site_package/Resources/Private/ContentElements/Layouts/.gitkeep b/Documentation/CodeSnippets/my_site_package/Resources/Private/ContentElements/Layouts/.gitkeep
index e69de29b..8b137891 100644
--- a/Documentation/CodeSnippets/my_site_package/Resources/Private/ContentElements/Layouts/.gitkeep
+++ b/Documentation/CodeSnippets/my_site_package/Resources/Private/ContentElements/Layouts/.gitkeep
@@ -0,0 +1 @@
+
diff --git a/Documentation/CodeSnippets/my_site_package/Resources/Private/Language/locallang.xlf b/Documentation/CodeSnippets/my_site_package/Resources/Private/Language/locallang.xlf
index 7664606d..0c5a0f4e 100644
--- a/Documentation/CodeSnippets/my_site_package/Resources/Private/Language/locallang.xlf
+++ b/Documentation/CodeSnippets/my_site_package/Resources/Private/Language/locallang.xlf
@@ -1,6 +1,6 @@
-
+
J. Doe
j.doe@example.org
diff --git a/Documentation/CodeSnippets/my_site_package/Resources/Private/Language/locallang_be.xlf b/Documentation/CodeSnippets/my_site_package/Resources/Private/Language/locallang_be.xlf
index c6d037df..442eda55 100644
--- a/Documentation/CodeSnippets/my_site_package/Resources/Private/Language/locallang_be.xlf
+++ b/Documentation/CodeSnippets/my_site_package/Resources/Private/Language/locallang_be.xlf
@@ -1,6 +1,6 @@
-
+
J. Doe
j.doe@example.org
diff --git a/Documentation/CodeSnippets/my_site_package/Resources/Private/Language/locallang_db.xlf b/Documentation/CodeSnippets/my_site_package/Resources/Private/Language/locallang_db.xlf
index 7664606d..0c5a0f4e 100644
--- a/Documentation/CodeSnippets/my_site_package/Resources/Private/Language/locallang_db.xlf
+++ b/Documentation/CodeSnippets/my_site_package/Resources/Private/Language/locallang_db.xlf
@@ -1,6 +1,6 @@
-
+
J. Doe
j.doe@example.org
diff --git a/Documentation/CodeSnippets/my_site_package/Resources/Public/Css/main.css b/Documentation/CodeSnippets/my_site_package/Resources/Public/Css/main.css
index 9f5c1098..37ee76e5 100644
--- a/Documentation/CodeSnippets/my_site_package/Resources/Public/Css/main.css
+++ b/Documentation/CodeSnippets/my_site_package/Resources/Public/Css/main.css
@@ -18,3 +18,4 @@
.navbar-expand-lg .navbar-nav .nav-link:hover {
border-bottom: 2px solid var(--bs-primary-bg-subtle);
}
+
diff --git a/Documentation/CodeSnippets/my_site_package/Resources/Public/Fonts/.gitkeep b/Documentation/CodeSnippets/my_site_package/Resources/Public/Fonts/.gitkeep
index e69de29b..8b137891 100644
--- a/Documentation/CodeSnippets/my_site_package/Resources/Public/Fonts/.gitkeep
+++ b/Documentation/CodeSnippets/my_site_package/Resources/Public/Fonts/.gitkeep
@@ -0,0 +1 @@
+
diff --git a/Documentation/CodeSnippets/my_site_package/Resources/Public/Icons/Extension.svg b/Documentation/CodeSnippets/my_site_package/Resources/Public/Icons/Extension.svg
index eab6182d..bca7a175 100644
--- a/Documentation/CodeSnippets/my_site_package/Resources/Public/Icons/Extension.svg
+++ b/Documentation/CodeSnippets/my_site_package/Resources/Public/Icons/Extension.svg
@@ -1 +1 @@
-
+
\ No newline at end of file
diff --git a/Documentation/CodeSnippets/my_site_package/Resources/Public/Images/logo.svg b/Documentation/CodeSnippets/my_site_package/Resources/Public/Images/logo.svg
index eab6182d..bca7a175 100644
--- a/Documentation/CodeSnippets/my_site_package/Resources/Public/Images/logo.svg
+++ b/Documentation/CodeSnippets/my_site_package/Resources/Public/Images/logo.svg
@@ -1 +1 @@
-
+
\ No newline at end of file