├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # base 2 | 3 | This repo holds the org's Discussions. 4 | --------------------------------------------------------------------------------