Files
wp-fix-plugin-does-not-exis…/.augmentignore
Marcus Quinn d753359367
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
Build Release / Build and Create Release (push) Has been cancelled
Build Release / Deploy to WordPress.org (push) Has been cancelled
ci/woodpecker/tag/woodpecker Pipeline failed
Optimize AI IDE configuration files for better efficiency (v1.6.18)
2025-04-12 17:10:32 +01:00

27 lines
541 B
Plaintext

# Augment ignore file
# Additional patterns beyond .gitignore that should be ignored by Augment's context engine
# IDE and editor files not in .gitignore
*.code-workspace
.history/
.ionide/
# Temporary files that might not be in .gitignore
.temp-*
# WordPress specific files that might not be in .gitignore
wp-content/advanced-cache.php
wp-content/object-cache.php
wp-content/db.php
wp-content/debug.log
# Large files that might be missed by .gitignore
*.docx
*.xlsx
*.pptx
# AI-specific files
.ai-prompts/
.completions/
.chat-history/