I have added .env name in ignorance file but it's not working. Please guide me.
My git-ignore:
node_modules/
npm-debug.log
bootstrap/compiled.php,
app/storage/,
public/storage,
public/hot,
storage/*,
storage/*.key,
.env.*.php,
.env.php,
.env,
Homestead.yaml,
Homestead.json
My git-ignore.save:
public/storage,
public/hot,
storage/*.key,
storage/upload,
storage/exports,
storage/files/* ,
.env.*.php,
.env.php,
.env,
Homestead.yaml,
Homestead.json,
storage/uploads,
ven