Skip to content

Commit

Permalink
add .env files to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlescano committed Dec 12, 2024
1 parent 00d3ff1 commit ababdad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,13 @@ jspm_packages/

# environment variables
.env
.env.*
!.env.example

# macOS
.DS_Store
.idea

# local env vars
.env.local

# nx cache folder
.nx

Expand Down

0 comments on commit ababdad

Please sign in to comment.