Created
November 22, 2017 18:23
-
-
Save palmiak/8d5313de52a2d755bdc98cad1965acf0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Application | |
web/app/uploads/* | |
!web/app/uploads/.gitkeep | |
# WordPress | |
web/.htaccess | |
# Dotenv | |
.env.* | |
!.env.example | |
# Composer | |
node_modules*/ | |
bower_components*/ | |
web/wp/wp-content/themes* | |
web/wp/wp-content/plugins* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment