-
Notifications
You must be signed in to change notification settings - Fork 517
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from apex-enterprise-patterns/master
Update to latest fflib-repo
- Loading branch information
Showing
62 changed files
with
64 additions
and
1,230 deletions.
There are no files selected for viewing
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,5 +1,44 @@ | ||
.vim-force.com/ | ||
|
||
# General Project related | ||
.DS_Store | ||
target/ | ||
temp/ | ||
/deploy/* | ||
/debug/ | ||
**/dep-dir.txt | ||
*.prefs | ||
build.properties | ||
/sfdx-source/core/main/default | ||
|
||
# MavensMate IDE related | ||
*mm.log | ||
*.sublime-build | ||
*.sublime-project | ||
*.sublime-settings | ||
*.sublime-workspace | ||
.sublime-project | ||
.tm_properties | ||
|
||
# Eclipse IDE Related | ||
.project | ||
.settings/ | ||
salesforce.schema | ||
Referenced Packages/ | ||
|
||
# VS Code IDE Related | ||
.vscode/ | ||
.history/ | ||
|
||
# SFDX Related | ||
.sfdx/ | ||
sfdx-source/common-base/main/default/ | ||
sfdx-source/untracked/ | ||
.execanon | ||
|
||
# NPM Related | ||
package.json | ||
/node_modules | ||
package-lock.json | ||
|
||
|
||
fflib/salesforce.schema | ||
sfdx-source/group* | ||
research/ |
This file was deleted.
Oops, something went wrong.
Empty file.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"orgName": "apex-common", | ||
"edition": "Developer", | ||
"settings": { | ||
"orgPreferenceSettings": { | ||
"s1DesktopEnabled": true | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Submodule apexmocks
deleted from
9e3d00
Oops, something went wrong.