Skip to content

Commit

Permalink
Add secret files to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
matjazv committed Oct 4, 2024
1 parent cd26136 commit 877a9f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dotfiles are ignored by default and must be added explicitly. Use
# `git add -f <dotfile>` add a dotfile. Only do this for public files.
.env
*.env*
.secret

node_modules
Expand All @@ -16,3 +16,6 @@ dist

# Debugging files
*.log

# Exclude .env.example
!.env.example

0 comments on commit 877a9f0

Please sign in to comment.