# Craft CMS 3 .gitignore
#
# @author    Ian Reid Langevin
# @copyright Copyright (c) 2020
# @since     1.0
# @license   MIT

# Place at the root of your project

# CRAFT ENV
.env

# COMPOSER
/vendor
/node_modules/*
/yarn-error.log

# ASSETS
/web/assets/*

# MISC FILES
.cache
.DS_Store
.idea
.project
.settings
