This repository has been archived by the owner on Apr 9, 2021. It is now read-only.
-
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.
upgrade demoshop to beta4 version (#27)
- Loading branch information
Showing
187 changed files
with
1,566 additions
and
1,200 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# ignore .git (can be volume-mounted in development environment) | ||
.git | ||
|
||
# ignore directories with meta-data | ||
.idea | ||
nbproject | ||
|
||
# ignore directories that should be created and filled during the image build | ||
node_modules | ||
var | ||
!var/.gitkeep | ||
web/assets/scripts | ||
web/bundles | ||
web/components | ||
web/content | ||
vendor | ||
|
||
# ignore kubernetes manifests | ||
kubernetes | ||
|
||
# ignore docker configs for other images than php-fpm, and the php-fpm's Dockerfile itself | ||
docker | ||
!docker/php-fpm | ||
docker/php-fpm/Dockerfile |
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
256 changes: 0 additions & 256 deletions
256
app/Resources/ShopsysFrameworkBundle/views/Admin/Content/Order/edit.html.twig
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
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
Oops, something went wrong.