Skip to content

Commit

Permalink
Add .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
sanzeeb3 committed Jan 14, 2025
1 parent ae79789 commit efd44d2
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Items to ignore when downloading a zip

.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
/.github/ export-ignore
/build/ export-ignore
/assets/src/ export-ignore
/includes/_dev/ export-ignore
package.json export-ignore
package-lock.json export-ignore
plugin-version.json export-ignore
phpci.yml export-ignore
phpunit.xml export-ignore
README.md export-ignore
webpack.mix.js export-ignore

composer.json export-ignore
composer.lock export-ignore

.deployignore export-ignore
localazy.json export-ignore
localazy.keys.example.json export-ignore
ISSUE_TEMPLATE.md export-ignore

# Test files
.travis.yml export-ignore
/bin/ export-ignore
/tests/ export-ignore
phpunit.xml.dist export-ignore
phpcs.xml export-ignore


2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: delete-account, delete-account-from-frontend, frontend-delete, remove-acco
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 5.6
Stable tag: 7.0.0
Stable tag: 7.0.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down
2 changes: 1 addition & 1 deletion wp-frontend-delete-account.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: WP Frontend Delete Account
* Description: Lets customers delete their account by their own.
* Version: 7.0.0
* Version: 7.0.1
* Author: Mini Plugins
* Author URI: https://miniplugins.com
* Text Domain: wp-frontend-delete-account
Expand Down

0 comments on commit efd44d2

Please sign in to comment.