diff options
| author | Jack Sangdahl <jack@pngu.org> | 2026-01-03 06:55:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-03 13:55:17 +0000 |
| commit | ddeaa26fefa7b43a28ce583e39dbf43b7234dd24 (patch) | |
| tree | 1fee5aef95ffe65919526ac49240dbd629b990f5 /.gitignore | |
| parent | f3a16ef21d660b72e39c9bcfabca2adb86900c1e (diff) | |
Add `.env`, `.envrc` to gitignore (#25904)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6ec26d3876..e9aaf0b27b 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -65,6 +65,8 @@ cmake-build-debug | |||
| 65 | CMakeLists.txt | 65 | CMakeLists.txt |
| 66 | 66 | ||
| 67 | *.zip | 67 | *.zip |
| 68 | .env | ||
| 69 | .envrc | ||
| 68 | 70 | ||
| 69 | # Let these ones be user specific, since we have so many different configurations | 71 | # Let these ones be user specific, since we have so many different configurations |
| 70 | *.code-workspace | 72 | *.code-workspace |
