├── .gitignore ├── LICENSE ├── README.md ├── RELEASES.md └── tc /.gitignore: -------------------------------------------------------------------------------- 1 | # IDE files 2 | .idea 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demmonico/terra-compose/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demmonico/terra-compose/HEAD/README.md -------------------------------------------------------------------------------- /RELEASES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demmonico/terra-compose/HEAD/RELEASES.md -------------------------------------------------------------------------------- /tc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/demmonico/terra-compose/HEAD/tc --------------------------------------------------------------------------------