Skip to content

Commit

Permalink
Fix gitignore to ignore all .env files
Browse files Browse the repository at this point in the history
  • Loading branch information
Timotej979 committed May 3, 2024
1 parent 7c07db0 commit d175100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Environment configs
**.env
**/.env

# Volumes for supabase
volumes/
Expand Down

0 comments on commit d175100

Please sign in to comment.