Skip to content

Commit

Permalink
🔧 Gitignore all .local files
Browse files Browse the repository at this point in the history
Gitignoring `*.local` keeps  `.env.local` and similar files local. This
also allows for easily keeping local files and directories in the
workspace.
  • Loading branch information
ralfstx committed Sep 28, 2023
1 parent 671db0e commit 6b1d7bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ coverage/

# temp files
*~
*.local

# generated
generated/

# local files
.DS_Store
.env.local
.env.*.local
.eslintcache

# log files
Expand Down

0 comments on commit 6b1d7bd

Please sign in to comment.