├── .editorconfig ├── .travis.yml ├── CONTRIBUTING.md ├── README.md └── devRant-Logo.png /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devRant-Community/awesome-devrant/HEAD/.editorconfig -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devRant-Community/awesome-devrant/HEAD/.travis.yml -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devRant-Community/awesome-devrant/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devRant-Community/awesome-devrant/HEAD/README.md -------------------------------------------------------------------------------- /devRant-Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devRant-Community/awesome-devrant/HEAD/devRant-Logo.png --------------------------------------------------------------------------------