How to add files to the project root ?
miguelmartins17 opened this issue · 1 comments
miguelmartins17 commented
How can I add files to the root of a project?
If you add a key API to the root of a project it becomes visible to everyone, or just appears as a key API?
nelsonic commented
@miguelmartins17 please see https://help.github.com/en/github/using-git/ignoring-files
If you add the api_key
file to .gitignore
it will not be accidentally added to git
.