# Ignore PHP dependencies.
vendor/

# Ignore binary symlinks
bin/
drush/

# Ignore the built web directory.
web/*

# Ignore files generated by IDEs.
.idea/
nbproject/

# Vim swapfiles
.*.sw?

# Temporary directory
tmp/
