dwyl/learn-flutter

How to add files to the project root ?

miguelmartins17 opened this issue · 1 comments

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?

@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.