Переглянути джерело

Add the `.direnv/` directory to .gitignore (#14707)

tags/v1.75.0rc1
Andrew Morgan 1 рік тому
committed by GitHub
джерело
коміт
a17c4e0590
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: 4AEE18F83AFDEB23
2 змінених файлів з 2 додано та 0 видалено
  1. +1
    -0
      .gitignore
  2. +1
    -0
      changelog.d/14707.misc

+ 1
- 0
.gitignore Переглянути файл

@@ -36,6 +36,7 @@ __pycache__/

# For direnv users
/.envrc
.direnv/

# IDEs
/.idea/


+ 1
- 0
changelog.d/14707.misc Переглянути файл

@@ -0,0 +1 @@
Add `.direnv/` directory to .gitignore to prevent local state generated by the [direnv](https://direnv.net/) development tool from being committed.

Завантаження…
Відмінити
Зберегти