Skip to content

Commit

Permalink
Add .env* to template gitignores (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
IMax153 authored Sep 16, 2024
1 parent eee66e3 commit cba4a8c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/basic/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ scratchpad/*
!scratchpad/tsconfig.json
.direnv/
.idea/
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
5 changes: 5 additions & 0 deletions templates/cli/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ tmp/
build/
dist/
.direnv/
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
5 changes: 5 additions & 0 deletions templates/monorepo/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ scratchpad/*
!scratchpad/tsconfig.json
.direnv/
.idea/
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

0 comments on commit cba4a8c

Please sign in to comment.