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.1k stars 4.82k forks source link

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

Closed justin-p closed 3 weeks ago

justin-p commented 3 weeks 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 3 weeks ago

Thank you @justin-p :nerd_face: