From 05889862892e2a3ecbcf1bb922a8f8973390ad7e Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Thu, 30 May 2013 09:42:19 -0400 Subject: [PATCH] Initial Commit Setup .gitignore, .gitattributes, README.md, and CNAME file. --- .gitattributes | 5 +++++ .gitignore | 36 ++++++++++++++++++++++++++++++++++++ CNAME | 1 + README.md | 4 ++++ 4 files changed, 46 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 CNAME create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..cbc3cb1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Diff Settings +*.html diff=html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5cca118 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +############# +## Windows +############# + +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +############# +## OSX +############# +.DS_Store +.AppleDouble +.LSOverride +Icon + +# Thumbnails +._* + +# Files that might appear on external disk +.Spotlight-V100 +.Trashes + +############# +## Linux +############# +.* +!.gitignore +!.gitattributes +*~ \ No newline at end of file diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..d296058 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +blog.voltaicideas.net \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..16fddf5 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +VoltaicIdeas +============= + +It is a blog, on Github Pages. \ No newline at end of file