Skip to content

Commit

Permalink
Remove dotenv from gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-M22 committed Jan 18, 2024
1 parent ca67a48 commit 9906dd4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Created by https://www.toptal.com/developers/gitignore/api/nextjs,visualstudiocode,webstorm,dotenv
# Edit at https://www.toptal.com/developers/gitignore?templates=nextjs,visualstudiocode,webstorm,dotenv

### dotenv ###
.env
# Created by https://www.toptal.com/developers/gitignore/api/nextjs,webstorm,visualstudiocode
# Edit at https://www.toptal.com/developers/gitignore?templates=nextjs,webstorm,visualstudiocode

### NextJS ###
# dependencies
Expand Down Expand Up @@ -172,4 +169,4 @@ fabric.properties
# https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij
.idea/**/azureSettings.xml

# End of https://www.toptal.com/developers/gitignore/api/nextjs,visualstudiocode,webstorm,dotenv
# End of https://www.toptal.com/developers/gitignore/api/nextjs,webstorm,visualstudiocode

0 comments on commit 9906dd4

Please sign in to comment.