mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
1650cdf76f
* chore: Remove `backup` target from Makefile - The `backup` target is no longer serving any value to us. It was made redundant with changes added in Oct 2020. - `clean` target inline docs revised. - `.gitignore` remove test lines that are no longer valid. * chore: Parallel test target split to multi-line * tests(fix): Test `setup.sh` with temporary config dir The `no_containers.bats` test has many redundant test cases already covered by `setup-cli`. They're basically identical. Removed all but one. This removes some config dirs that were being explicitly created instead of using the test helper to generate a directory that can be used to test the `-p` option instead. * ci: Ensure tests are run when `Makefile` is modified
23 lines
587 B
Plaintext
23 lines
587 B
Plaintext
#################################################
|
|
### General ###################################
|
|
#################################################
|
|
|
|
.env
|
|
docs/site/
|
|
docker-data/
|
|
|
|
#################################################
|
|
### IDEs ######################################
|
|
#################################################
|
|
|
|
.idea/
|
|
.vscode/
|
|
|
|
#################################################
|
|
### Tests #####################################
|
|
#################################################
|
|
|
|
test/duplicate_configs/
|
|
test/config/dovecot-masters.cf
|
|
test/config/postfix-accounts.cf
|