Skip to content

Commit 0692b7c

Browse files
authored
Adding .vite from auth/managers to gitignore (apache#48078)
1 parent 57cca8a commit 0692b7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ pnpm-debug.log*
177177
airflow-core/src/airflow/ui/.vite/
178178
# And the legacy old files just in case
179179
airflow/ui/.vite/
180+
# Add the auth manager vite folder just in case
181+
airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/.vite/
180182
.pnpm-store
181183
*.tsbuildinfo
182184

0 commit comments

Comments
 (0)