diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3615120 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.env.* diff --git a/README.md b/README.md index 038f43f..3437f71 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,4 @@ h2 { color: blue; } ## Notes: 1. If you realize your PR includes files that are not supposed to be tracked, you can delete your local and remote repository and start over. +# devslopes-pr-assignment diff --git a/app.js b/app.js new file mode 100644 index 0000000..16c6c89 --- /dev/null +++ b/app.js @@ -0,0 +1,2 @@ +var loveToCode = true; +var BUG_TRACKING_DNS = process.env.production.local; diff --git a/styles.css b/styles.css index e69de29..2b4bb36 100644 --- a/styles.css +++ b/styles.css @@ -0,0 +1,3 @@ +h2 { + color: blue; +}