Created
April 20, 2019 05:54
-
-
Save hanhpv/75eaedae94122233dc7b740a79fe9aae to your computer and use it in GitHub Desktop.
Magento 2 .gitignore
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
* | |
!/.gitignore | |
!/robots_staging.txt | |
!/app | |
!/app/*/ | |
!/app/code/** | |
!/app/design/** | |
!/app/etc/config.php | |
!/app/i18n/** | |
!/auth.json | |
!/build_options.ini | |
!/composer.json | |
!/composer.lock | |
!/config/** | |
!/magento-vars.php | |
!/m2-hotfixes | |
!/m2-hotfixes/** | |
!/php.ini | |
!/scenario.bkf | |
!/README.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment