You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After discussing with @miketaylr
Currently, we rely on .cvsignore file. It doesn't have to be system dependent and clutter the space of every person deploying the site.
We can create a deploy.ignore file in our own repo.
rsync --exclude-from=/path/to/deploy.ignore
The text was updated successfully, but these errors were encountered:
karlcow
added a commit
to karlcow/webcompat.com
that referenced
this issue
Apr 24, 2017
After discussing with @miketaylr
Currently, we rely on .cvsignore file. It doesn't have to be system dependent and clutter the space of every person deploying the site.
We can create a deploy.ignore file in our own repo.
rsync --exclude-from=/path/to/deploy.ignore
The text was updated successfully, but these errors were encountered: