Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Initial commit of Ionic files
  • Loading branch information
JRM13027 committed Nov 30, 2018
1 parent 7de41f9 commit 79c14ea
Show file tree
Hide file tree
Showing 22 changed files with 6,768 additions and 0 deletions.
Binary file added Mobile Application/.DS_Store
Binary file not shown.
17 changes: 17 additions & 0 deletions Mobile Application/GPS_Walking/.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
35 changes: 35 additions & 0 deletions Mobile Application/GPS_Walking/.gitignore
@@ -0,0 +1,35 @@
# 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/
npm-debug.log*

.idea/
.ionic/
.sourcemaps/
.sass-cache/
.tmp/
.versions/
coverage/
dist/
node_modules/
tmp/
temp/
platforms/
plugins/
plugins/android.json
plugins/ios.json
www/
$RECYCLE.BIN/

.DS_Store
Thumbs.db
UserInterfaceState.xcuserstate
6 changes: 6 additions & 0 deletions Mobile Application/GPS_Walking/ionic.config.json
@@ -0,0 +1,6 @@
{
"name": "GPS_Walking",
"integrations": {},
"type": "ionic-angular",
"id": "a2b680f9"
}

0 comments on commit 79c14ea

Please sign in to comment.