# 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