diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d22b34e --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +# Local environment files +.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..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..ee607d9 100644 --- a/styles.css +++ b/styles.css @@ -0,0 +1,3 @@ +h2 { + color: blue; +} \ No newline at end of file