Files
wp-fix-plugin-does-not-exis…/.gitignore
Marcus Quinn 89b695329c
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
Consolidate ignore patterns into .gitignore for better maintainability (v1.6.19)
2025-04-12 17:15:46 +01:00

136 lines
1.4 KiB
Plaintext

# Operating System files
.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini
._*
.Spotlight-V100
.Trashes
# Editor files
*.swp
*.swo
*~
.idea/
.vscode/
*.sublime-project
*.sublime-workspace
*.komodoproject
.komodotools
*.tmproj
*.tmproject
.project
.settings/
# Dependency directories
node_modules/
vendor/
bower_components/
composer.lock
package-lock.json
# Composer
vendor/
composer.phar
# Build files
build/
dist/
# WordPress specific
wp-config.php
wp-content/uploads/
wp-content/upgrade/
wp-content/backup-db/
wp-content/cache/
wp-content/backups/
# Log files
*.log
error_log
debug.log
# Misc
.env
.env.*
!.env.example
# Design files
*.pxd
*.afdesign
*.afphoto
*.afpub
*.psd
*.ai
*.sketch
*.fig
*.xd
*.indd
*.aep
*.prproj
*.psb
*.xcf
*.cdr
*.eps
*.svg.bak
*.blend
*.blend1
*.blend2
*.c4d
*.max
*.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
# Development tools
.git/
.github/
.gitlab/
.gitattributes
.travis.yml
.drone.yml
.woodpecker.yml
codecov.yml
.babelrc
.browserslistrc
.editorconfig
.eslintignore
.eslintrc
.prettierrc
.stylelintrc
webpack.config.js
gulpfile.js
Gruntfile.js
*.zip