Skip to content

Gitignore the server file #1

@harlow

Description

@harlow

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/*

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions