Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJohnMDaniel committed Apr 21, 2024
1 parent 5c662c8 commit 0fcb736
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
13 changes: 1 addition & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@ temp/
**/dep-dir.txt
*.prefs
build.properties
/sfdx-source/other/main/default

# MavensMate IDE related
*mm.log
*.sublime-build
*.sublime-project
*.sublime-settings
*.sublime-workspace
.sublime-project
.tm_properties

# Eclipse IDE Related
.project
Expand All @@ -31,9 +21,8 @@ Referenced Packages/
# SFDX Related
.sfdx/
.sf/
sfdx-source/common-base/main/default/
sfdx-source/untracked/
!sfdx-source/untracked/README.md
sfdx-source/untracked/
.execanon

# NPM Related
Expand Down
6 changes: 5 additions & 1 deletion sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packageDirectories": [
{
"path": "sfdx-source/other",
"default": true
"default": false
},
{
"path": "sfdx-source/reference-implementation-common",
Expand All @@ -19,6 +19,10 @@
{
"path": "sfdx-source/reference-implementation-service",
"default": false
},
{
"path": "sfdx-source/untracked",
"default": false
}
],
"namespace": "",
Expand Down

0 comments on commit 0fcb736

Please sign in to comment.