From 5c02f15673819f8d7c937b34c831e307571a2dba Mon Sep 17 00:00:00 2001 From: Natalie Somersall Date: Wed, 13 Dec 2023 12:29:59 -0700 Subject: [PATCH] add token file to ignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index bf5b46f..625a566 100644 --- a/.gitignore +++ b/.gitignore @@ -136,3 +136,6 @@ swap.md # Ignore macos files .DS_Store + +# Token file used in testing locally +token.txt