From e5f64d5ab497e21ea0eb2ffbb56ee08e6ac7ff93 Mon Sep 17 00:00:00 2001 From: Dan DeFelippi Date: Wed, 27 Nov 2024 08:35:24 -0800 Subject: [PATCH] Add .env to .gitignore (#383) --- dist/cookie/{{cookiecutter.project_slug}}/.gitignore | 3 +++ scaffold/template/custom/.gitignore | 3 +++ 2 files changed, 6 insertions(+) diff --git a/dist/cookie/{{cookiecutter.project_slug}}/.gitignore b/dist/cookie/{{cookiecutter.project_slug}}/.gitignore index 29bddd9..ce3d154 100644 --- a/dist/cookie/{{cookiecutter.project_slug}}/.gitignore +++ b/dist/cookie/{{cookiecutter.project_slug}}/.gitignore @@ -42,6 +42,9 @@ yarn-error.log **/**/yarn.lock !/yarn.lock +# dotenv +*.env + # fastlane # # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the diff --git a/scaffold/template/custom/.gitignore b/scaffold/template/custom/.gitignore index 29bddd9..ce3d154 100644 --- a/scaffold/template/custom/.gitignore +++ b/scaffold/template/custom/.gitignore @@ -42,6 +42,9 @@ yarn-error.log **/**/yarn.lock !/yarn.lock +# dotenv +*.env + # fastlane # # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the