Add *.env to .gitignore (#24079)
- Allow sample.env and test.env - Fix typo in existing filename
This commit is contained in:
Родитель
54d8843db5
Коммит
5490311d03
|
@ -56,7 +56,9 @@ jspm_packages/
|
|||
.yarn-integrity
|
||||
|
||||
# dotenv environment variables file
|
||||
.env
|
||||
*.env
|
||||
!sample.env
|
||||
!test.env
|
||||
|
||||
# next.js build output
|
||||
.next
|
||||
|
|
Загрузка…
Ссылка в новой задаче