Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
e019feb44f | |||
89b695329c | |||
d753359367 |
25
.aiconfig
25
.aiconfig
@ -2,30 +2,9 @@
|
||||
"name": "fix-plugin-does-not-exist-notices",
|
||||
"description": "WordPress plugin to fix 'Plugin file does not exist' notices",
|
||||
"schema_version": "1.0.0",
|
||||
"_comment": "You can use the ! prefix to include files that are excluded by .gitignore. Example: !important-file.log",
|
||||
"ignore_patterns": [
|
||||
"node_modules/",
|
||||
"vendor/",
|
||||
"bower_components/",
|
||||
"build/",
|
||||
"dist/",
|
||||
"*.zip",
|
||||
"*.tar.gz",
|
||||
"*.mp4",
|
||||
"*.pdf",
|
||||
"*.psd",
|
||||
"*.ai",
|
||||
"*.sketch",
|
||||
"*.fig",
|
||||
"*.xd",
|
||||
"*.pxd",
|
||||
"*.afdesign",
|
||||
"*.afphoto",
|
||||
"*.afpub",
|
||||
"wp-content/uploads/",
|
||||
"wp-content/upgrade/",
|
||||
"wp-content/backup-db/",
|
||||
"wp-content/cache/",
|
||||
"wp-content/backups/"
|
||||
".ai-tmp/"
|
||||
],
|
||||
"models": {
|
||||
"default": "gpt-4",
|
||||
|
@ -1,96 +1,8 @@
|
||||
# Augment ignore file
|
||||
# Patterns for files and directories that should be ignored by Augment's context engine
|
||||
# Additional patterns beyond .gitignore that should be ignored by Augment's context engine
|
||||
|
||||
# Dependencies and package managers
|
||||
node_modules/
|
||||
vendor/
|
||||
bower_components/
|
||||
.pnp/
|
||||
.pnp.js
|
||||
package-lock.json
|
||||
composer.lock
|
||||
yarn.lock
|
||||
# You can use the ! prefix to include files that are excluded by .gitignore
|
||||
# Example: !important-file.log (This would include important-file.log even if *.log is in .gitignore)
|
||||
|
||||
# Build outputs
|
||||
build/
|
||||
dist/
|
||||
out/
|
||||
.next/
|
||||
.nuxt/
|
||||
.output/
|
||||
.cache/
|
||||
.parcel-cache/
|
||||
|
||||
# Environment and configuration
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
.venv/
|
||||
venv/
|
||||
ENV/
|
||||
.serverless/
|
||||
.fusebox/
|
||||
|
||||
# IDE and editor files
|
||||
.idea/
|
||||
.vscode/
|
||||
*.sublime-*
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
# Large binary files
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.tgz
|
||||
*.rar
|
||||
*.7z
|
||||
*.mp4
|
||||
*.mov
|
||||
*.avi
|
||||
*.mp3
|
||||
*.wav
|
||||
*.ogg
|
||||
*.pdf
|
||||
|
||||
# Design files
|
||||
*.psd
|
||||
*.ai
|
||||
*.sketch
|
||||
*.fig
|
||||
*.xd
|
||||
*.pxd
|
||||
*.afdesign
|
||||
*.afphoto
|
||||
*.afpub
|
||||
|
||||
# Logs and debugging
|
||||
logs/
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
debug.log
|
||||
|
||||
# Testing and coverage
|
||||
coverage/
|
||||
.nyc_output/
|
||||
.jest/
|
||||
.cypress/
|
||||
cypress/videos/
|
||||
cypress/screenshots/
|
||||
|
||||
# Temporary files
|
||||
tmp/
|
||||
temp/
|
||||
.tmp/
|
||||
.temp/
|
||||
|
||||
# WordPress specific
|
||||
wp-content/uploads/
|
||||
wp-content/upgrade/
|
||||
wp-content/backup-db/
|
||||
wp-content/cache/
|
||||
wp-content/backups/
|
||||
# Augment specific
|
||||
.augment-cache/
|
||||
|
25
.clinerc
25
.clinerc
@ -1,28 +1,7 @@
|
||||
{
|
||||
"_comment": "You can use the ! prefix to include files that are excluded by .gitignore. Example: !important-file.log",
|
||||
"ignore": [
|
||||
"node_modules/",
|
||||
"vendor/",
|
||||
"bower_components/",
|
||||
"build/",
|
||||
"dist/",
|
||||
"*.zip",
|
||||
"*.tar.gz",
|
||||
"*.mp4",
|
||||
"*.pdf",
|
||||
"*.psd",
|
||||
"*.ai",
|
||||
"*.sketch",
|
||||
"*.fig",
|
||||
"*.xd",
|
||||
"*.pxd",
|
||||
"*.afdesign",
|
||||
"*.afphoto",
|
||||
"*.afpub",
|
||||
"wp-content/uploads/",
|
||||
"wp-content/upgrade/",
|
||||
"wp-content/backup-db/",
|
||||
"wp-content/cache/",
|
||||
"wp-content/backups/"
|
||||
".cline-tmp/"
|
||||
],
|
||||
"model": "gpt-4",
|
||||
"temperature": 0.2
|
||||
|
@ -1,35 +1,8 @@
|
||||
# Cursor ignore file
|
||||
# Similar to .gitignore but for Cursor's AI context
|
||||
# Additional patterns beyond .gitignore for Cursor's AI context
|
||||
|
||||
# Dependencies and package managers
|
||||
node_modules/
|
||||
vendor/
|
||||
bower_components/
|
||||
# You can use the ! prefix to include files that are excluded by .gitignore
|
||||
# Example: !important-file.log (This would include important-file.log even if *.log is in .gitignore)
|
||||
|
||||
# Build outputs
|
||||
build/
|
||||
dist/
|
||||
|
||||
# Large binary files
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.mp4
|
||||
*.pdf
|
||||
|
||||
# Design files
|
||||
*.psd
|
||||
*.ai
|
||||
*.sketch
|
||||
*.fig
|
||||
*.xd
|
||||
*.pxd
|
||||
*.afdesign
|
||||
*.afphoto
|
||||
*.afpub
|
||||
|
||||
# WordPress specific
|
||||
wp-content/uploads/
|
||||
wp-content/upgrade/
|
||||
wp-content/backup-db/
|
||||
wp-content/cache/
|
||||
wp-content/backups/
|
||||
# Cursor-specific temporary files
|
||||
.cursor-tmp/
|
||||
|
36
.gitignore
vendored
36
.gitignore
vendored
@ -81,12 +81,48 @@ debug.log
|
||||
*.3ds
|
||||
*.fbx
|
||||
|
||||
# Office documents
|
||||
*.docx
|
||||
*.xlsx
|
||||
*.pptx
|
||||
*.ppt
|
||||
*.doc
|
||||
*.xls
|
||||
*.pdf
|
||||
|
||||
# IDE specific
|
||||
*.code-workspace
|
||||
.history/
|
||||
.ionide/
|
||||
|
||||
# AI tools
|
||||
.ai-prompts/
|
||||
.completions/
|
||||
.chat-history/
|
||||
.cursor/
|
||||
.cursor-cache/
|
||||
.v0/
|
||||
.v0-cache/
|
||||
.windsurf/
|
||||
.windsurf-cache/
|
||||
.cline/
|
||||
.cline-cache/
|
||||
|
||||
# WordPress testing
|
||||
.phpunit.result.cache
|
||||
.phpcs.cache
|
||||
phpunit.xml
|
||||
phpcs.xml
|
||||
|
||||
# WordPress specific files
|
||||
wp-content/advanced-cache.php
|
||||
wp-content/object-cache.php
|
||||
wp-content/db.php
|
||||
wp-content/debug.log
|
||||
|
||||
# Temporary files
|
||||
.temp-*
|
||||
|
||||
# Development tools
|
||||
.git/
|
||||
.github/
|
||||
|
37
.v0ignore
37
.v0ignore
@ -1,35 +1,8 @@
|
||||
# v0 ignore file
|
||||
# Files and directories to exclude from v0's context
|
||||
# Additional patterns beyond .gitignore for v0's context
|
||||
|
||||
# Dependencies and package managers
|
||||
node_modules/
|
||||
vendor/
|
||||
bower_components/
|
||||
# You can use the ! prefix to include files that are excluded by .gitignore
|
||||
# Example: !important-file.log (This would include important-file.log even if *.log is in .gitignore)
|
||||
|
||||
# Build outputs
|
||||
build/
|
||||
dist/
|
||||
|
||||
# Large binary files
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.mp4
|
||||
*.pdf
|
||||
|
||||
# Design files
|
||||
*.psd
|
||||
*.ai
|
||||
*.sketch
|
||||
*.fig
|
||||
*.xd
|
||||
*.pxd
|
||||
*.afdesign
|
||||
*.afphoto
|
||||
*.afpub
|
||||
|
||||
# WordPress specific
|
||||
wp-content/uploads/
|
||||
wp-content/upgrade/
|
||||
wp-content/backup-db/
|
||||
wp-content/cache/
|
||||
wp-content/backups/
|
||||
# v0-specific temporary files
|
||||
.v0-tmp/
|
||||
|
@ -1,35 +1,8 @@
|
||||
# Windsurf ignore file
|
||||
# Files and directories to exclude from Windsurf's context
|
||||
# Additional patterns beyond .gitignore for Windsurf's context
|
||||
|
||||
# Dependencies and package managers
|
||||
node_modules/
|
||||
vendor/
|
||||
bower_components/
|
||||
# You can use the ! prefix to include files that are excluded by .gitignore
|
||||
# Example: !important-file.log (This would include important-file.log even if *.log is in .gitignore)
|
||||
|
||||
# Build outputs
|
||||
build/
|
||||
dist/
|
||||
|
||||
# Large binary files
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.mp4
|
||||
*.pdf
|
||||
|
||||
# Design files
|
||||
*.psd
|
||||
*.ai
|
||||
*.sketch
|
||||
*.fig
|
||||
*.xd
|
||||
*.pxd
|
||||
*.afdesign
|
||||
*.afphoto
|
||||
*.afpub
|
||||
|
||||
# WordPress specific
|
||||
wp-content/uploads/
|
||||
wp-content/upgrade/
|
||||
wp-content/backup-db/
|
||||
wp-content/cache/
|
||||
wp-content/backups/
|
||||
# Windsurf-specific temporary files
|
||||
.windsurf-tmp/
|
||||
|
20
CHANGELOG.md
20
CHANGELOG.md
@ -2,6 +2,26 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [1.6.20] - 2024-05-17
|
||||
### Changed
|
||||
- Added explanations about the ! prefix in ignore files
|
||||
- Moved WordPress-specific patterns to .gitignore
|
||||
- Further improved organization of ignore patterns
|
||||
- Added examples of how to include files excluded by .gitignore
|
||||
|
||||
## [1.6.19] - 2024-05-17
|
||||
### Changed
|
||||
- Consolidated common ignore patterns into .gitignore
|
||||
- Simplified AI IDE configuration files to only include tool-specific patterns
|
||||
- Improved organization of ignore patterns for better maintainability
|
||||
- Added more file types to .gitignore for comprehensive coverage
|
||||
|
||||
## [1.6.18] - 2024-05-17
|
||||
### Changed
|
||||
- Optimized AI IDE configuration files to only include patterns not in .gitignore
|
||||
- Improved efficiency of ignore files for better AI context management
|
||||
- Enhanced compatibility with various AI-powered development tools
|
||||
|
||||
## [1.6.17] - 2024-05-17
|
||||
### Added
|
||||
- .augmentignore file with best practices
|
||||
|
17
README.md
17
README.md
@ -122,6 +122,23 @@ The plugin works by:
|
||||
|
||||
## Changelog
|
||||
|
||||
### 1.6.20
|
||||
* Added explanations about the ! prefix in ignore files
|
||||
* Moved WordPress-specific patterns to .gitignore
|
||||
* Further improved organization of ignore patterns
|
||||
* Added examples of how to include files excluded by .gitignore
|
||||
|
||||
### 1.6.19
|
||||
* Consolidated common ignore patterns into .gitignore
|
||||
* Simplified AI IDE configuration files to only include tool-specific patterns
|
||||
* Improved organization of ignore patterns for better maintainability
|
||||
* Added more file types to .gitignore for comprehensive coverage
|
||||
|
||||
### 1.6.18
|
||||
* Optimized AI IDE configuration files to only include patterns not in .gitignore
|
||||
* Improved efficiency of ignore files for better AI context management
|
||||
* Enhanced compatibility with various AI-powered development tools
|
||||
|
||||
### 1.6.17
|
||||
* Added .augmentignore file with best practices
|
||||
* Added configuration files for Cursor, Windsurf, v0, and Cline IDEs
|
||||
|
@ -13,7 +13,7 @@
|
||||
* Plugin Name: Fix 'Plugin file does not exist.' Notices
|
||||
* Plugin URI: https://wordpress.org/plugins/fix-plugin-does-not-exist-notices/
|
||||
* Description: Adds missing plugins to the plugins list with a "Remove Reference" link so you can permanently clean up invalid plugin entries and remove error notices. By Marcus Quinn (marcusquinn.com) & WP ALLSTARS (wpallstars.com).
|
||||
* Version: 1.6.17
|
||||
* Version: 1.6.20
|
||||
* Author: Marcus Quinn & WP ALLSTARS
|
||||
* Author URI: https://www.wpallstars.com
|
||||
* License: GPL-2.0+
|
||||
@ -48,7 +48,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||
}
|
||||
|
||||
// Define plugin constants
|
||||
define( 'FPDEN_VERSION', '1.6.17' );
|
||||
define( 'FPDEN_VERSION', '1.6.20' );
|
||||
define( 'FPDEN_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
|
||||
define( 'FPDEN_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
||||
define( 'FPDEN_PLUGIN_FILE', __FILE__ );
|
||||
|
@ -2,7 +2,7 @@
|
||||
# This file is distributed under the GPL-2.0+.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Fix 'Plugin file does not exist.' Notices 1.6.17\n"
|
||||
"Project-Id-Version: Fix 'Plugin file does not exist.' Notices 1.6.20\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/fix-plugin-does-not-exist-notices\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
28
readme.txt
28
readme.txt
@ -5,7 +5,7 @@ Tags: plugins, missing plugins, cleanup, error fix, admin tools, plugin file doe
|
||||
Requires at least: 5.0
|
||||
Tested up to: 6.4
|
||||
Requires PHP: 7.0
|
||||
Stable tag: 1.6.17
|
||||
Stable tag: 1.6.20
|
||||
License: GPL-2.0+
|
||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
||||
@ -91,6 +91,23 @@ Although this plugin consumes minimal disk space, and doesn't run unless you are
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 1.6.20 =
|
||||
* Added explanations about the ! prefix in ignore files
|
||||
* Moved WordPress-specific patterns to .gitignore
|
||||
* Further improved organization of ignore patterns
|
||||
* Added examples of how to include files excluded by .gitignore
|
||||
|
||||
= 1.6.19 =
|
||||
* Consolidated common ignore patterns into .gitignore
|
||||
* Simplified AI IDE configuration files to only include tool-specific patterns
|
||||
* Improved organization of ignore patterns for better maintainability
|
||||
* Added more file types to .gitignore for comprehensive coverage
|
||||
|
||||
= 1.6.18 =
|
||||
* Optimized AI IDE configuration files to only include patterns not in .gitignore
|
||||
* Improved efficiency of ignore files for better AI context management
|
||||
* Enhanced compatibility with various AI-powered development tools
|
||||
|
||||
= 1.6.17 =
|
||||
* Added .augmentignore file with best practices
|
||||
* Added configuration files for Cursor, Windsurf, v0, and Cline IDEs
|
||||
@ -283,6 +300,15 @@ Although this plugin consumes minimal disk space, and doesn't run unless you are
|
||||
|
||||
== Upgrade Notice ==
|
||||
|
||||
= 1.6.20 =
|
||||
Added explanations about using the ! prefix in ignore files to include files excluded by .gitignore.
|
||||
|
||||
= 1.6.19 =
|
||||
Improved organization of ignore patterns with consolidated .gitignore and simplified AI IDE configuration files.
|
||||
|
||||
= 1.6.18 =
|
||||
Optimized AI IDE configuration files for better efficiency and compatibility.
|
||||
|
||||
= 1.6.17 =
|
||||
Added configuration files for AI-powered IDEs and improved compatibility with development tools.
|
||||
|
||||
|
Reference in New Issue
Block a user