# .gitignore
# Read about how to use .gitignore: https://help.github.com/articles/ignoring-files

# the composer lock file
composer.lock

# the external packages installed by Composer, Template Engine or others
vendor/*
src/vendor/*
www/vendor/*

# for development ...
# this may be commented on the "dev" branch
dev/*
build/*

# any "tmp*" file or dir
*tmp*

# Hack to allow keeping an empty directory
!.gitkeep
