Skip to content

Commit d40e9b5

Browse files
committed
(maint) Add global components to .gitignore
This adds the global components that are generated by choco-theme to the .gitignore file. These should not be committed to the repository since they are generated at build time.
1 parent b04a83c commit d40e9b5

10 files changed

+1
-827
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public/fonts
5050
public/scripts
5151
public/styles
5252
public/images/global-shared
53+
src/components/global
5354

5455
# general
5556
apple-touch-*.png

src/components/global/CollapsingRightSidebarContent.astro

-117
This file was deleted.

src/components/global/GlobalNavigation.astro

-41
This file was deleted.

src/components/global/GoogleTag.astro

-8
This file was deleted.

src/components/global/SocialMedia.astro

-79
This file was deleted.

src/components/global/SvgStyles.astro

-12
This file was deleted.

0 commit comments

Comments
 (0)