Skip to content

Instantly share code, notes, and snippets.

@IamSwap
Created May 17, 2016 06:04
Show Gist options
  • Save IamSwap/f485ef9e23ae8779e6e883cf7960b305 to your computer and use it in GitHub Desktop.
Save IamSwap/f485ef9e23ae8779e6e883cf7960b305 to your computer and use it in GitHub Desktop.
Gitignore file for Magento 2
/.buildpath
/.cache
/.metadata
/.project
/.settings
atlassian*
/nbproject
/sitemap
/.idea
/.gitattributes
/.codeintel
/app/code/Magento
/app/design/*/Magento
/app/etc
/app/i18n/magento
/app/*.*
/bin
/dev
/lib
/node_modules
/phpserver
/pub
/setup
/update
/var
/vendor
/*.*
!README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment