79 lines
914 B
Plaintext
79 lines
914 B
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
|
|
|
|
# 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
|
|
|
|
# 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 |