https://github.com/kavirajk/bookshop/blob/master/cmd/server/server First run `git rm cmd/server/server` and then can use `.gitingore` ``` # .gitignore cmd/server/server ``` An alternative to reduce churn of gitignore file is building into `/bin` then adding bin to ignore: ``` # .gitignore bin/* ```
https://github.com/kavirajk/bookshop/blob/master/cmd/server/server
First run
git rm cmd/server/serverand then can use.gitingoreAn alternative to reduce churn of gitignore file is building into
/binthen adding bin to ignore: