This website works better with JavaScript.
Home
Help
Sign In
arsenetar
/
arsenetar.github.io
mirror of
https://github.com/arsenetar/arsenetar.github.io.git
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Initial Commit
Setup .gitignore, .gitattributes, README.md, and CNAME file.
master
Andrew Senetar
7 years ago
commit
0588986289
4 changed files
with
46 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
.gitattributes
+36
-0
.gitignore
+1
-0
CNAME
+4
-0
README.md
+ 5
- 0
.gitattributes
View File
@@ -0,0 +1,5 @@
# Auto detect text files and perform LF normalization
* text=auto
# Diff Settings
*.html diff=html
+ 36
- 0
.gitignore
View File
@@ -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
*~
+ 1
- 0
CNAME
View File
@@ -0,0 +1 @@
blog.voltaicideas.net
+ 4
- 0
README.md
View File
@@ -0,0 +1,4 @@
VoltaicIdeas
=============
It is a blog, on Github Pages.
Write
Preview
Loading…
Cancel
Save