Modified .gitignore to allow multiple testnets to exist by adding a number or other suffix.

This commit is contained in:
CalDescent 2021-08-04 18:56:16 +01:00
parent 961c5ea962
commit bd4b9a9fd3

4
.gitignore vendored
View File

@ -15,8 +15,8 @@
/settings.json /settings.json
/testnet* /testnet*
/settings*.json /settings*.json
/testchain.json /testchain*.json
/run-testnet.sh /run-testnet*.sh
/.idea /.idea
/qortal.iml /qortal.iml
.DS_Store .DS_Store