forked from trailheadapps/ebikes-lwc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aligning project configs with Salesforce CLI (trailheadapps#31)
- Loading branch information
1 parent
b2cbf8f
commit db67975
Showing
15 changed files
with
1,547 additions
and
1,514 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,34 @@ | ||
.classpath | ||
.DS_Store | ||
.idea | ||
.project | ||
.salesforce | ||
.settings | ||
# This file is used for Git repositories to specify intentionally untracked files that Git should ignore. | ||
# If you are not using git, you can delete this file. For more information see: https://git-scm.com/docs/gitignore | ||
# For useful gitignore templates see: https://github.com/github/gitignore | ||
|
||
# Salesforce cache | ||
.sfdx/ | ||
.tern-project | ||
.vscode/ | ||
!.vscode/extensions.json | ||
!.vscode/settings.json | ||
**/jsconfig.json | ||
|
||
# LWC VSCode autocomplete | ||
jsconfig.json | ||
|
||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# Dependency directories | ||
node_modules/ | ||
selenium-client-jars/ | ||
test/artifacts/ | ||
yarn.lock | ||
|
||
# Eslint cache | ||
.eslintcache | ||
|
||
# MacOS system files | ||
.DS_Store | ||
|
||
# Windows system files | ||
Thumbs.db | ||
ehthumbs.db | ||
[Dd]esktop.ini | ||
$RECYCLE.BIN/ | ||
|
||
# VS Code project settings | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"orgName": "Ebikes", | ||
"edition": "Developer", | ||
"hasSampleData": "false", | ||
"settings": { | ||
"orgPreferenceSettings": { | ||
"s1DesktopEnabled": true, | ||
"selfSetPasswordInApi": true, | ||
"s1EncryptedStoragePref2": false | ||
} | ||
} | ||
"orgName": "Ebikes", | ||
"edition": "Developer", | ||
"hasSampleData": "false", | ||
"settings": { | ||
"orgPreferenceSettings": { | ||
"s1DesktopEnabled": true, | ||
"selfSetPasswordInApi": true, | ||
"s1EncryptedStoragePref2": false | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,4 +37,4 @@ | |
"BillingCountry": "USA" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
{ | ||
"records": [ | ||
{ | ||
"attributes": { | ||
"type": "Product_Family__c", | ||
"referenceId": "DynamoRef" | ||
}, | ||
"Name": "Dynamo", | ||
"Description__c": "Performance and reliability. The best choice for hobbyists and enthusiasts.", | ||
"Category__c": "Mountain" | ||
}, | ||
{ | ||
"attributes": { | ||
"type": "Product_Family__c", | ||
"referenceId": "FuseRef" | ||
}, | ||
"Name": "Fuse", | ||
"Description__c": "Commute and off-road? The Fuse bikes do it all!", | ||
"Category__c": "Hybrid" | ||
}, | ||
{ | ||
"attributes": { | ||
"type": "Product_Family__c", | ||
"referenceId": "ElectraRef" | ||
}, | ||
"Name": "Electra", | ||
"Description__c": "Top of the line commuter bikes that can handle long and challenging commutes.", | ||
"Category__c": "Commuter" | ||
}, | ||
{ | ||
"attributes": { | ||
"type": "Product_Family__c", | ||
"referenceId": "VoltRef" | ||
}, | ||
"Name": "Volt", | ||
"Description__c": "Fun and Foldable electric bicycles.", | ||
"Category__c": "Commuter" | ||
} | ||
] | ||
} | ||
"records": [ | ||
{ | ||
"attributes": { | ||
"type": "Product_Family__c", | ||
"referenceId": "DynamoRef" | ||
}, | ||
"Name": "Dynamo", | ||
"Description__c": "Performance and reliability. The best choice for hobbyists and enthusiasts.", | ||
"Category__c": "Mountain" | ||
}, | ||
{ | ||
"attributes": { | ||
"type": "Product_Family__c", | ||
"referenceId": "FuseRef" | ||
}, | ||
"Name": "Fuse", | ||
"Description__c": "Commute and off-road? The Fuse bikes do it all!", | ||
"Category__c": "Hybrid" | ||
}, | ||
{ | ||
"attributes": { | ||
"type": "Product_Family__c", | ||
"referenceId": "ElectraRef" | ||
}, | ||
"Name": "Electra", | ||
"Description__c": "Top of the line commuter bikes that can handle long and challenging commutes.", | ||
"Category__c": "Commuter" | ||
}, | ||
{ | ||
"attributes": { | ||
"type": "Product_Family__c", | ||
"referenceId": "VoltRef" | ||
}, | ||
"Name": "Volt", | ||
"Description__c": "Fun and Foldable electric bicycles.", | ||
"Category__c": "Commuter" | ||
} | ||
] | ||
} |
Oops, something went wrong.