From 4af63c586b6404eac4f5561d366081826134870a Mon Sep 17 00:00:00 2001 From: tybug Date: Sun, 3 Feb 2019 11:25:35 -0500 Subject: [PATCH] re-ignore secret.py --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f80f6e28..cb6a6366 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.DS_Store .spyproject osu-ac/secret.py +circleguard/secret.py ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. @@ -268,4 +269,4 @@ __pycache__/ *.pyc # pip nonsense -src/* \ No newline at end of file +src/*