From 5822f6555f7cdf6e2349a6db7e2489f417192fc1 Mon Sep 17 00:00:00 2001 From: Jmayoiii <149507403+Jmayoiii@users.noreply.github.com> Date: Mon, 8 Jul 2024 19:43:46 -0400 Subject: [PATCH 1/3] Add .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..11ee758 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.env.local From bc84589252db30f8c4896074a1311896120a0848 Mon Sep 17 00:00:00 2001 From: Jmayoiii <149507403+Jmayoiii@users.noreply.github.com> Date: Mon, 8 Jul 2024 19:45:00 -0400 Subject: [PATCH 2/3] Add app.js --- .gitignore | 1 + app.js | 0 2 files changed, 1 insertion(+) create mode 100644 app.js diff --git a/.gitignore b/.gitignore index 11ee758..507f805 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .env.local +.env.production.local \ No newline at end of file diff --git a/app.js b/app.js new file mode 100644 index 0000000..e69de29 From 274b8cffd3cb7ce68fc0af50791911ab6fa164c6 Mon Sep 17 00:00:00 2001 From: Jmayoiii <149507403+Jmayoiii@users.noreply.github.com> Date: Mon, 8 Jul 2024 19:46:00 -0400 Subject: [PATCH 3/3] Update app.js styles.css --- app.js | 2 ++ styles.css | 1 + 2 files changed, 3 insertions(+) diff --git a/app.js b/app.js index e69de29..9756459 100644 --- a/app.js +++ b/app.js @@ -0,0 +1,2 @@ +var loveToCode = true; +var BUG_TRACKING_DNS = process.env.production.local; \ No newline at end of file diff --git a/styles.css b/styles.css index e69de29..a02764d 100644 --- a/styles.css +++ b/styles.css @@ -0,0 +1 @@ +h2 { color: blue; } \ No newline at end of file