├── .editorconfig ├── .gitattributes ├── README.md ├── code-of-conduct.md └── contributing.md /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tastejs/awesome-app-ideas/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tastejs/awesome-app-ideas/HEAD/README.md -------------------------------------------------------------------------------- /code-of-conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tastejs/awesome-app-ideas/HEAD/code-of-conduct.md -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tastejs/awesome-app-ideas/HEAD/contributing.md --------------------------------------------------------------------------------