Testing
Tests of dropboxignore are written using bats, and they live inside the
tests folder. You can run them using the Makefile (docker and docker-compose should be installed):
Info
Make sure that Docker and docker-compose are installed.
$ make test
If you are planning to implement a new feature, make sure that the necessary test cases have been added.