diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e6905a2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.env* \ No newline at end of file diff --git a/app.js b/app.js new file mode 100644 index 0000000..9756459 --- /dev/null +++ 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