# This file will be used instead of .gitignore on eb deploy. 
# It doesn't ignore our node_nodules folder so that it gets deployed with the application.
# This means we can easily use dependencies from the private git by pulling them down locally 
# before deploying rather than trying to get them after deployment on our host.