Skip to content

Instantly share code, notes, and snippets.

@jeromecoupe
Last active September 21, 2020 10:38
Show Gist options
  • Save jeromecoupe/5237810 to your computer and use it in GitHub Desktop.
Save jeromecoupe/5237810 to your computer and use it in GitHub Desktop.
craftcms .gitignore (craft 3)
# Craft
# --------------------------
/.env
/vendor/
# files generated by build process
/web/dist/
# user uplodaded files
/web/uploads/
# DB Dumps
# --------------------------
/db_dumps/
# node modules
# --------------------------
/node_modules/
# misc
# --------------------------
.idea
.DS_Store
@jeromecoupe
Copy link
Author

Updated for Craft 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment