diff options
author | 2023-04-03 21:22:49 +0800 | |
---|---|---|
committer | 2023-04-03 21:22:49 +0800 | |
commit | ad80d830a2bfcb460f5ab19568382d40074e6e56 (patch) | |
tree | 66b38e7cc4a599e09223982bd66b376a6f937cdd | |
parent | 9846b3e93588626b73026b3f6499c1a62df79a24 (diff) | |
download | astro-ad80d830a2bfcb460f5ab19568382d40074e6e56.tar.gz astro-ad80d830a2bfcb460f5ab19568382d40074e6e56.tar.zst astro-ad80d830a2bfcb460f5ab19568382d40074e6e56.zip |
gitignore env.d.ts files in e2e tests (#6737)
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 00a4a7723..20e8948b3 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ packages/integrations/**/.netlify/ # ignore content collection generated files packages/**/test/**/fixtures/**/.astro/ packages/**/test/**/fixtures/**/env.d.ts +packages/**/e2e/**/fixtures/**/env.d.ts |