Optimize AI IDE configuration files for better efficiency (v1.6.18)

This commit is contained in:
2025-04-12 17:10:32 +01:00
parent 7eccc000e8
commit 545bf38275
11 changed files with 92 additions and 233 deletions

View File

@ -3,29 +3,15 @@
"description": "WordPress plugin to fix 'Plugin file does not exist' notices", "description": "WordPress plugin to fix 'Plugin file does not exist' notices",
"schema_version": "1.0.0", "schema_version": "1.0.0",
"ignore_patterns": [ "ignore_patterns": [
"node_modules/", "*.code-workspace",
"vendor/", ".history/",
"bower_components/", ".ionide/",
"build/", ".ai-prompts/",
"dist/", ".completions/",
"*.zip", ".chat-history/",
"*.tar.gz", "*.docx",
"*.mp4", "*.xlsx",
"*.pdf", "*.pptx"
"*.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/"
], ],
"models": { "models": {
"default": "gpt-4", "default": "gpt-4",

View File

@ -1,96 +1,26 @@
# Augment ignore file # 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 # IDE and editor files not in .gitignore
node_modules/ *.code-workspace
vendor/ .history/
bower_components/ .ionide/
.pnp/
.pnp.js
package-lock.json
composer.lock
yarn.lock
# Build outputs # Temporary files that might not be in .gitignore
build/ .temp-*
dist/
out/
.next/
.nuxt/
.output/
.cache/
.parcel-cache/
# Environment and configuration # WordPress specific files that might not be in .gitignore
.env wp-content/advanced-cache.php
.env.* wp-content/object-cache.php
!.env.example wp-content/db.php
.venv/ wp-content/debug.log
venv/
ENV/
.serverless/
.fusebox/
# IDE and editor files # Large files that might be missed by .gitignore
.idea/ *.docx
.vscode/ *.xlsx
*.sublime-* *.pptx
*.swp
*.swo
*~
.DS_Store
# Large binary files # AI-specific files
*.zip .ai-prompts/
*.tar.gz .completions/
*.tgz .chat-history/
*.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/

View File

@ -1,28 +1,12 @@
{ {
"ignore": [ "ignore": [
"node_modules/", ".cline/",
"vendor/", ".cline-cache/",
"bower_components/", "*.code-workspace",
"build/", ".history/",
"dist/", ".ai-prompts/",
"*.zip", ".completions/",
"*.tar.gz", ".chat-history/"
"*.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/"
], ],
"model": "gpt-4", "model": "gpt-4",
"temperature": 0.2 "temperature": 0.2

View File

@ -1,35 +1,15 @@
# Cursor ignore file # 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 # Cursor-specific files
node_modules/ .cursor/
vendor/ .cursor-cache/
bower_components/
# Build outputs # IDE and editor files not in .gitignore
build/ *.code-workspace
dist/ .history/
# Large binary files # AI-specific files
*.zip .ai-prompts/
*.tar.gz .completions/
*.mp4 .chat-history/
*.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/

View File

@ -1,35 +1,15 @@
# v0 ignore file # v0 ignore file
# Files and directories to exclude from v0's context # Additional patterns beyond .gitignore for v0's context
# Dependencies and package managers # v0-specific files
node_modules/ .v0/
vendor/ .v0-cache/
bower_components/
# Build outputs # IDE and editor files not in .gitignore
build/ *.code-workspace
dist/ .history/
# Large binary files # AI-specific files
*.zip .ai-prompts/
*.tar.gz .completions/
*.mp4 .chat-history/
*.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/

View File

@ -1,35 +1,15 @@
# Windsurf ignore file # Windsurf ignore file
# Files and directories to exclude from Windsurf's context # Additional patterns beyond .gitignore for Windsurf's context
# Dependencies and package managers # Windsurf-specific files
node_modules/ .windsurf/
vendor/ .windsurf-cache/
bower_components/
# Build outputs # IDE and editor files not in .gitignore
build/ *.code-workspace
dist/ .history/
# Large binary files # AI-specific files
*.zip .ai-prompts/
*.tar.gz .completions/
*.mp4 .chat-history/
*.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/

View File

@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [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 ## [1.6.17] - 2024-05-17
### Added ### Added
- .augmentignore file with best practices - .augmentignore file with best practices

View File

@ -122,6 +122,11 @@ The plugin works by:
## Changelog ## Changelog
### 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 ### 1.6.17
* Added .augmentignore file with best practices * Added .augmentignore file with best practices
* Added configuration files for Cursor, Windsurf, v0, and Cline IDEs * Added configuration files for Cursor, Windsurf, v0, and Cline IDEs

View File

@ -13,7 +13,7 @@
* Plugin Name: Fix 'Plugin file does not exist.' Notices * Plugin Name: Fix 'Plugin file does not exist.' Notices
* Plugin URI: https://wordpress.org/plugins/fix-plugin-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). * 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.18
* Author: Marcus Quinn & WP ALLSTARS * Author: Marcus Quinn & WP ALLSTARS
* Author URI: https://www.wpallstars.com * Author URI: https://www.wpallstars.com
* License: GPL-2.0+ * License: GPL-2.0+
@ -48,7 +48,7 @@ if ( ! defined( 'ABSPATH' ) ) {
} }
// Define plugin constants // Define plugin constants
define( 'FPDEN_VERSION', '1.6.17' ); define( 'FPDEN_VERSION', '1.6.18' );
define( 'FPDEN_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'FPDEN_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'FPDEN_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); define( 'FPDEN_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'FPDEN_PLUGIN_FILE', __FILE__ ); define( 'FPDEN_PLUGIN_FILE', __FILE__ );

View File

@ -2,7 +2,7 @@
# This file is distributed under the GPL-2.0+. # This file is distributed under the GPL-2.0+.
msgid "" msgid ""
msgstr "" 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.18\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/fix-plugin-does-not-exist-notices\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/fix-plugin-does-not-exist-notices\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -5,7 +5,7 @@ Tags: plugins, missing plugins, cleanup, error fix, admin tools, plugin file doe
Requires at least: 5.0 Requires at least: 5.0
Tested up to: 6.4 Tested up to: 6.4
Requires PHP: 7.0 Requires PHP: 7.0
Stable tag: 1.6.17 Stable tag: 1.6.18
License: GPL-2.0+ License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html License URI: https://www.gnu.org/licenses/gpl-2.0.html
@ -91,6 +91,11 @@ Although this plugin consumes minimal disk space, and doesn't run unless you are
== Changelog == == Changelog ==
= 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 = = 1.6.17 =
* Added .augmentignore file with best practices * Added .augmentignore file with best practices
* Added configuration files for Cursor, Windsurf, v0, and Cline IDEs * Added configuration files for Cursor, Windsurf, v0, and Cline IDEs
@ -283,6 +288,9 @@ Although this plugin consumes minimal disk space, and doesn't run unless you are
== Upgrade Notice == == Upgrade Notice ==
= 1.6.18 =
Optimized AI IDE configuration files for better efficiency and compatibility.
= 1.6.17 = = 1.6.17 =
Added configuration files for AI-powered IDEs and improved compatibility with development tools. Added configuration files for AI-powered IDEs and improved compatibility with development tools.