eugenewebdevs / website

Website for Eugene Web Devs domain
https://eugenewebdevs.com/
4 stars 8 forks source link

Add CNAME to git ignore #33

Closed antonioortegajr closed 4 years ago

antonioortegajr commented 4 years ago

The CNAME file should not be changed by contributors so this should be included in gitignore

Hyraze commented 4 years ago

Add CNAME in .gitignore

antonioortegajr commented 4 years ago

@Hyraze Thanks! That is is exactly what is needed.

Also: So the issue is here for new contributors. This repo and a few other repos around town leave straight forward issues for anyone wanting to do a pull request for the first time. SO it's less about any code fix ups and more about learning the git flow and we have a real issue to guide them with on the first go.

Hyraze commented 4 years ago

@antonioortegajr Sorry to say, there isn't any way for now to stop "CNAME" from being forked since it is a remote repository..The only thing that you can ace is to have a well documentation about the way to deal with "CNAME".

antonioortegajr commented 4 years ago

@Hyraze OK, will label this a invalid/close and create doc issue for this CNAME. Thanks!!