Add auth.token to .gitignore

Summary:
Bit annoying if everytime we run it we have to manually delete/discard file.

So, add to gitignore.

Reviewed By: LukeDefeo, passy

Differential Revision: D45688164

fbshipit-source-id: 6ae2b570f571a3d44b0c75bb3d614887e4943e5b
This commit is contained in:
Lorenzo Blasa
2023-05-09 03:12:35 -07:00
committed by Facebook GitHub Bot
parent 238f40f55d
commit 133ea43f7d

1
.gitignore vendored
View File

@@ -8,6 +8,7 @@ bundle.map
*.bundle.map *.bundle.map
.env .env
desktop-branch-*/ desktop-branch-*/
auth.token
# conflicts with FB internal infra # conflicts with FB internal infra
.watchmanconfig .watchmanconfig