Add build/ folder in .gitignore file
Closed this issue · 2 comments
Hi @jdan ,
Please add build/ folder in gitignore. Since changing/updating code requires rebuilding from source again to test the output, this proves to be a pain when the changes has to be pushed to the master and this possibly results in conflicts.
Thanks!
This is checked in to prevent a build step after fetching tota11y. This is how we use it on the gh-pages
branch.
You'll notice that jQuery, Accessibility Developer Tools, and a number of other JavaScript libraries check in their build/
/dist/
directory.
If you need help fixing a merge conflict feel free to comment here.
I understand. I wasn't aware that this is a standard practice. It was just a little inconvenient to resolve merge conflicts everytime a change happens, but it's nothing that couldn't be solved. Now, I have setup a different branch/project for testing. Thanks!