Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove build files #2630

Merged
merged 10 commits into from
May 7, 2024
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- trunk
paths:
- 'readme.txt'
- 'CHANGELOG.md'

jobs:

Expand Down Expand Up @@ -66,4 +66,4 @@ jobs:
--data-urlencode "version=$__LLMS_PKG_VERSION" \
--data-urlencode "wp_version=$__LLMS_WP_VERSION" \
--data-urlencode "php_version=$__LLMS_PHP_VERSION" \
--data-urlencode "llms_version=$__LLMS_LLMS_VERSION"
--data-urlencode "llms_version=$__LLMS_LLMS_VERSION"
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ node_modules/
# This follows the precedent put forth by the WordPress core {@link https://github.com/WordPress/wordpress-develop/commit/0e442c4615bdcdc1c2e4f8db6f88f57e6859c2ff}
composer.lock

# Ignore built files
/readme.txt
assets/css/admin.css
assets/css/admin.min.css
assets/css/admin-rtl.css
assets/css/admin-rtl.min.css
assets/css/builder.css
assets/css/builder.min.css
assets/css/builder-rtl.css
assets/css/builder-rtl.min.css
assets/css/lifterlms-rtl.css
assets/css/lifterlms-rtl.min.css
assets/css/lifterlms.css
assets/css/lifterlms.min.css
assets/js/llms-builder.js
assets/js/llms-builder.min.js
includes/class.llms.l10n.js.php
languages/lifterlms.pot

# Ignore composer-installed libs.
/libraries/*
!/libraries/index.php
Expand Down
Loading
Loading