Skip to content

Commit

Permalink
GPT-commit: Refactor .gitignore and wyx-cli.sh for cleaner setup …
Browse files Browse the repository at this point in the history
…configurations.

Refactor `.gitignore` and `wyx-cli.sh` for improved setup configurations by optimizing file tracking rules and enhancing script readability and organization.
  • Loading branch information
hwixley committed Jun 20, 2024
1 parent 36bda9a commit c3b2bac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.wyx-cli-data/
wyx-cli-template.sh
*.pyc
*.pyc
deb/
4 changes: 3 additions & 1 deletion wyx-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ wyx_update() {
# } &> /dev/null
}

wyx_update ""
if [ "$1" = "" ]; then
wyx_update ""
fi

# ARGPARSE

Expand Down

0 comments on commit c3b2bac

Please sign in to comment.