dwyl / learn-flutter

🦋 Learn how to use Flutter to Build Cross-platform Native Mobile Apps
https://flutter.dev
GNU General Public License v2.0
73 stars 8 forks source link

How to add files to the project root ? #47

Closed miguelmartins17 closed 1 year ago

miguelmartins17 commented 4 years ago

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 4 years ago

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