* Update .gitignore
- Ignore Goland/IntelliJ folder
* Update CSI drivers list
* Make CSI Driver list generation more robust
- The script file was unintentionally processing the `Sample Drivers`
list table and erroring as a result (when scraping data from https://github.com/kubernetes-csi/docs/blob/master/book/src/drivers.md)
* Handle improperly formatted CSI driver name
- This is handled on a case-by-case basis since it is hard to speculate
on the variations
- Currently handled for Democratic and Ember CSI
* Restore entries that went missing
* Ensure driver entries are not missed when scraping data