Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
progress for beta.12
Browse files Browse the repository at this point in the history
  • Loading branch information
danbucholtz committed Sep 21, 2016
1 parent d93e265 commit b0efba1
Show file tree
Hide file tree
Showing 425 changed files with 3,734 additions and 2,152 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
@@ -0,0 +1,17 @@
# EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs
# editorconfig.org

root = true

[*]
indent_style = space
indent_size = 2

# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

29 changes: 25 additions & 4 deletions .gitignore
@@ -1,11 +1,32 @@
# Specifies files to intentionally ignore when using Git
# Specifies intentionally untracked files to ignore when using Git
# http://git-scm.com/docs/gitignore

*~
*.sw[mnpcod]
*.log
*.tmp
*.tmp.*
log.txt
*.sublime-project
*.sublime-workspace
.vscode/

.idea/
.sass-cache/
.versions/
coverage/
dist/
node_modules/
www/build/
www/lib/
tmp/
temp/
hooks/
platforms/
plugins/
*.swp
plugins/android.json
plugins/ios.json
www/build/
$RECYCLE.BIN/

.DS_Store
Thumbs.db
UserInterfaceState.xcuserstate
27 changes: 0 additions & 27 deletions README.md

This file was deleted.

43 changes: 0 additions & 43 deletions app/app.html

This file was deleted.

28 changes: 0 additions & 28 deletions app/pages/buttons/basic/basic.html

This file was deleted.

28 changes: 0 additions & 28 deletions app/pages/buttons/block/block.html

This file was deleted.

28 changes: 0 additions & 28 deletions app/pages/buttons/clear/clear.html

This file was deleted.

27 changes: 0 additions & 27 deletions app/pages/buttons/full/full.html

This file was deleted.

29 changes: 0 additions & 29 deletions app/pages/buttons/outline/outline.html

This file was deleted.

27 changes: 0 additions & 27 deletions app/pages/buttons/round/round.html

This file was deleted.

25 changes: 0 additions & 25 deletions app/pages/buttons/sizes/sizes.html

This file was deleted.

6 changes: 0 additions & 6 deletions app/pages/checkboxes/basic/pages.ts

This file was deleted.

6 changes: 0 additions & 6 deletions app/pages/icons/basic/pages.ts

This file was deleted.

6 changes: 0 additions & 6 deletions app/pages/lists/basic/pages.ts

This file was deleted.

16 changes: 0 additions & 16 deletions app/pages/toast/basic/template.html

This file was deleted.

6 changes: 0 additions & 6 deletions app/pages/toggles/basic/pages.ts

This file was deleted.

0 comments on commit b0efba1

Please sign in to comment.