fastapi / full-stack-fastapi-template

Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.
MIT License
27.95k stars 5k forks source link

🔧 Add .auth playwright folder to `.gitignore` #1383

Closed justin-p closed 1 month ago

justin-p commented 1 month ago

Currently when running playwright it creates a .auth folder which will contain a user.json file. This contains the access_token of the user used during testing.

image

It's less then ideal and not needed to commit this to source, as such the path has been added to the .gitignore file.

alejsdev commented 1 month ago

Thank you @justin-p :nerd_face: