Filtering files on Deploy
You may use the file .abstraignore to filter files on deploy. This file is similar to .gitignore, but it only applies to the deploy command.
Example
# Ignore all files in the folder
folder/*
# Ignore all files with the extension .log
*.log