From eb7c79ef19f8921a16f4ba277133ab59f21e276c Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Tue, 9 Mar 2021 01:07:19 +0100 Subject: [PATCH] Removed .vscode de gitignore Signed-off-by: Louis Vallat --- .gitignore | 1 + src/_footer.html | 5 +++++ src/style.css | 3 +++ 3 files changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 3a41be3..6a9d9a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ dst/ +.vscode/ diff --git a/src/_footer.html b/src/_footer.html index 691287b..dc4003d 100644 --- a/src/_footer.html +++ b/src/_footer.html @@ -1,2 +1,7 @@ + + + \ No newline at end of file diff --git a/src/style.css b/src/style.css index e69de29..1dbb289 100644 --- a/src/style.css +++ b/src/style.css @@ -0,0 +1,3 @@ +body { + font-family: 'Open Sans', sans-serif; +} \ No newline at end of file