Skip to content

Commit

Permalink
(#420) Hapus direktori .devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
totoprayogo1916 committed Dec 10, 2023
1 parent 8ca528e commit 947a9b5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
19 changes: 0 additions & 19 deletions .devcontainer/devcontainer.json

This file was deleted.

1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ composer.json export-ignore
package-lock.json export-ignore
package.json export-ignore

.devcontainer/ export-ignore
.github/ export-ignore
docs export-ignore
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
type: "zip"
filename: "${{ steps.get_zipball_name.outputs.ZIPBALL_NAME }}.zip"
exclusions: "*.git* /*docs/* /*.devcontainer/* .editorconfig .php-cs-fixer.php code_of_conduct.md composer.json package-lock.json package.json"
exclusions: "*.git* /*docs/* .editorconfig .php-cs-fixer.php code_of_conduct.md composer.json package-lock.json package.json"

- name: Upload Release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 947a9b5

Please sign in to comment.