roberto-butti / fit-geojson-vuejs

Parse FIT and/or GPX files and convert them into Geojson file
https://fit2geojson.netlify.com/
MIT License
13 stars 14 forks source link

Add .env in .gitignore #96

Closed roberto-butti closed 4 years ago

roberto-butti commented 4 years ago

Exclude .env file from git. You need to add into .gitignore file the .env (we already ignore some .env.*)

AzimPathan commented 4 years ago

What exactly needs to be done?

roberto-butti commented 4 years ago

What exactly needs to be done?

in .gitignore file there are these lines:

# local env files
.env.local
.env.*.local

we need to and also .env :

# local env files
.env
.env.local
.env.*.local
roberto-butti commented 4 years ago

fixed by PR #99