Skip to content

Commit

Permalink
🎉 Init project
Browse files Browse the repository at this point in the history
  • Loading branch information
gglnx committed Mar 5, 2018
0 parents commit 4c1535b
Show file tree
Hide file tree
Showing 93 changed files with 13,778 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"presets": [
[ "@babel/preset-env", { "modules": false, "useBuiltIns": "entry" } ],
],
}
4 changes: 4 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Browsers that we support
# See: http://browserl.ist/

Last 2 versions
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# editorconfig.org
# top-most EditorConfig file
root = true

[*]
indent_size = 2
end_of_line = lf
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
Binary file added dist/fonts/roboto-bold.woff
Binary file not shown.
Binary file added dist/fonts/roboto-bold.woff2
Binary file not shown.
Binary file added dist/fonts/roboto-italic.woff
Binary file not shown.
Binary file added dist/fonts/roboto-italic.woff2
Binary file not shown.
Binary file added dist/fonts/roboto-light.woff
Binary file not shown.
Binary file added dist/fonts/roboto-light.woff2
Binary file not shown.
Binary file added dist/fonts/roboto-optimized.woff
Binary file not shown.
Binary file added dist/fonts/roboto-optimized.woff2
Binary file not shown.
Binary file added dist/fonts/roboto-regular.woff
Binary file not shown.
Binary file added dist/fonts/roboto-regular.woff2
Binary file not shown.
1 change: 1 addition & 0 deletions dist/javascripts/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/javascripts/styles.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4c1535b

Please sign in to comment.