Skip to content

Commit

Permalink
Exclude .github folder from create_package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Jun 10, 2024
1 parent b7f5a9a commit 61cfdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_package.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
zip -vr app.zip . -x "*.DS_Store" -x ".git/*" -x "*.git" -x ".env" -x "create_package.sh" -x ".gitignore"
zip -vr app.zip . -x "*.DS_Store" -x ".git/*" -x "*.git" -x ".env" -x ".github/*" -x "create_package.sh" -x ".gitignore"

0 comments on commit 61cfdc4

Please sign in to comment.