From baccf58ccf36cd6303254b3faaf9eee73be34aae Mon Sep 17 00:00:00 2001 From: Haiyan Meng Date: Wed, 5 Feb 2020 11:43:17 -0800 Subject: [PATCH] Avoid tracking the change in github_api_secret.txt This helps prevent commiting your Github personal access token into Github by accident. --- api/internal/crawl/config/crawler/base/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 api/internal/crawl/config/crawler/base/.gitignore diff --git a/api/internal/crawl/config/crawler/base/.gitignore b/api/internal/crawl/config/crawler/base/.gitignore new file mode 100644 index 000000000..cea109352 --- /dev/null +++ b/api/internal/crawl/config/crawler/base/.gitignore @@ -0,0 +1 @@ +github_api_secret.txt