Skip to content

Commit 6bad1e3

Browse files
authored
Merge pull request #2224 from steverobertsuk/sr/condition-tracker-v1-1
feat(ConditionTracker): Version 1.1.0 Release
2 parents 0995c09 + 03ac30e commit 6bad1e3

107 files changed

Lines changed: 84633 additions & 14972 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ConditionTracker/.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Enforce LF line endings for all text files in this project
2+
* text=auto eol=lf
3+
4+
# Treat these as binary to avoid any line-ending normalisation
5+
*.png binary
6+
*.jpg binary
7+
*.jpeg binary
8+
*.gif binary
9+
*.ico binary

ConditionTracker/.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
node_modules
3+
4+
*.zip
5+
*alpha*
6+
*beta*
7+

ConditionTracker/.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
package-lock.json

ConditionTracker/.prettierrc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"singleQuote": true,
3+
"trailingComma": "es5",
4+
"printWidth": 100
5+
}

0 commit comments

Comments
 (0)