Добавлен .env в .gitignore для безопасности
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -21,3 +21,8 @@ out
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Environment variables (не должны попадать в Git)
|
||||
.env
|
||||
.env.local
|
||||
.env*.local
|
||||
|
||||
Reference in New Issue
Block a user