Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
etl12003 committed Dec 1, 2016
1 parent 7a619f0 commit 27bc09e
Show file tree
Hide file tree
Showing 47 changed files with 3,822 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# https://git-scm.com/docs/gitignore
# https://help.github.com/articles/ignoring-files
# Example .gitignore files: https://github.com/github/gitignore
/bower_components/
/node_modules/
Binary file added Wello/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions Wello/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Wello
Binary file added Wello/html-site/.DS_Store
Binary file not shown.
13 changes: 13 additions & 0 deletions Wello/html-site/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# editorconfig.org

root = true

[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
1 change: 1 addition & 0 deletions Wello/html-site/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
2 changes: 2 additions & 0 deletions Wello/html-site/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Include your project-specific ignores in this file
# Read about how to use .gitignore: https://help.github.com/articles/ignoring-files
Loading

0 comments on commit 27bc09e

Please sign in to comment.