### This Project
public/*
!public/wp-content
!public/wp-config.php
!public/wp-cli.yml
!public/wp-enpii-base-artisan

# Dotenv
.env
.env.*
!.env.example
phpcs.cache
.phpunit*

# WP-CLI
wp-cli.local.yml

# Docker compose
docker-compose.override.yml
docker-compose.local.yml

assets
!assets/src
!assets/dist

### Popular
# package management
vendor
node_modules

# others
cgi-bin
.bash_history

# zip files
*.zip
*.tar.gz

# sass
.sass-cache

# .vscode
.vscode

# phpstorm project files
.idea
.DS_Store

# netbeans project files
nbproject

# zend studio for eclipse project files
.buildpath
.project
.settings

# windows thumbnail cache
Thumbs.db

# composer itself is not needed
composer.phar

# Mac DS_Store Files
.DS_Store
__MACOSX/

# phpunit itself is not needed
phpunit.phar

#robot file
robots.txt

#prepros file
prepros.cfg

# applications
# CodeKit
config.codekit
.codekit-cache

# WordPress
docker/wp-config.php

# Logs
*.log
