Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit e5f64d5

Browse files
authored
Add .env to .gitignore (#383)
1 parent e1668f1 commit e5f64d5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

dist/cookie/{{cookiecutter.project_slug}}/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ yarn-error.log
4242
**/**/yarn.lock
4343
!/yarn.lock
4444

45+
# dotenv
46+
*.env
47+
4548
# fastlane
4649
#
4750
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the

scaffold/template/custom/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ yarn-error.log
4242
**/**/yarn.lock
4343
!/yarn.lock
4444

45+
# dotenv
46+
*.env
47+
4548
# fastlane
4649
#
4750
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the

0 commit comments

Comments
 (0)