diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..95d178d --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Ignore OS-specific files +.DS_Store +Thumbs.db +desktop.ini + +# Ignore sensitive data files +.env.local +.env.production.local + +# IgnoreIDE and editor-specific files +.vscode/ +*.suo +*.user + +# Ignore logs +*.logs + +# Ignore build tools +dist/ +build/ \ No newline at end of file diff --git a/app.js b/app.js new file mode 100644 index 0000000..67e979e --- /dev/null +++ b/app.js @@ -0,0 +1,2 @@ +var loveToCode = true; +var BUG_TRACKING_DNS = ProcessingInstruction.env.production.local; \ No newline at end of file diff --git a/styles.css b/styles.css index e69de29..aeb3a89 100644 --- a/styles.css +++ b/styles.css @@ -0,0 +1 @@ +h2 {color: blue; } \ No newline at end of file