├── .github └── PULL_REQUEST_TEMPLATE.md ├── .idea ├── .gitignore ├── awesome-foundry.iml ├── markdown.xml ├── modules.xml └── vcs.xml ├── CONTRIBUTING.md ├── LICENSE └── README.md /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisgarner/awesome-foundry/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.idea/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisgarner/awesome-foundry/HEAD/.idea/.gitignore -------------------------------------------------------------------------------- /.idea/awesome-foundry.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisgarner/awesome-foundry/HEAD/.idea/awesome-foundry.iml -------------------------------------------------------------------------------- /.idea/markdown.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisgarner/awesome-foundry/HEAD/.idea/markdown.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisgarner/awesome-foundry/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisgarner/awesome-foundry/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisgarner/awesome-foundry/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisgarner/awesome-foundry/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crisgarner/awesome-foundry/HEAD/README.md --------------------------------------------------------------------------------