-
Notifications
You must be signed in to change notification settings - Fork 2
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 #17 from Dinwy/feature/hostedFields
[Feature] Hosted Fields Support
- Loading branch information
Showing
19 changed files
with
1,684 additions
and
46 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
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,7 +1,15 @@ | ||
.DS_Store | ||
|
||
# Ignore everything in the src directory | ||
src/* | ||
src/** | ||
node_modules/ | ||
|
||
# Except for the src/app directory | ||
!src/app/code/Komoju/ | ||
# Re-include directories under src/app/code/Komoju/Payments and subdirectories | ||
!src/ | ||
!src/app/ | ||
!src/app/code/ | ||
!src/app/code/Komoju/ | ||
!src/app/code/Komoju/** | ||
|
||
# Ignore everything in the src directory | ||
src/**/.DS_Store |
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,5 @@ | ||
#!/usr/bin/env bash | ||
bin/magento setup:upgrade | ||
bin/magento cache:clean | ||
bin/magento cache:flush | ||
bin/magento setup:static-content:deploy -f |
Oops, something went wrong.