Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
#environment file
.env

# environment files -- exclude all env and secret files
.env
.env.*
!.env.example

# WARNING: If .env or other sensitive files were committed in the past,
# you must:
# 1. Rotate credentials (invalidate and reissue them).
# 2. Remove the file from git history
# (see: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository)
# This .gitignore only prevents future commits.

.idea