diff --git a/.gitignore b/.gitignore index fbb7111b3..aaaddbe27 100644 --- a/.gitignore +++ b/.gitignore @@ -34,4 +34,7 @@ ig/temp ig/template __pycache__ + localfileorder.json + +logback.log diff --git a/.secrets.baseline b/.secrets.baseline index 419cc09ff..2e0cbc5af 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -77,7 +77,7 @@ }, { "path": "detect_secrets.filters.common.is_baseline_file", - "filename": "./.secrets.baseline" + "filename": ".secrets.baseline" }, { "path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies", @@ -138,7 +138,7 @@ "filename": "README.md", "hashed_secret": "e07f44b0222f3680e0a3491edcf61030143e2ae7", "is_verified": false, - "line_number": 265, + "line_number": 269, "is_secret": false } ], @@ -253,5 +253,5 @@ } ] }, - "generated_at": "2024-01-08T18:22:05Z" + "generated_at": "2024-01-10T19:16:29Z" } diff --git a/README.md b/README.md index eb43260b0..05a967535 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,10 @@ Please read [`CONTRIBUTING.md`](CONTRIBUTING.md) for additional details. All comments, messages, pull requests, and other submissions received through CDC including this GitHub page may be subject to applicable federal law, including but not limited to the Federal Records Act, and may be archived. Learn more at [http://www.cdc.gov/other/privacy.html](http://www.cdc.gov/other/privacy.html). +### Database + +For database documentation [go here](/docs/database.md) + ### Setup with ReportStream #### CDC-TI Setup diff --git a/database.md b/docs/database.md similarity index 100% rename from database.md rename to docs/database.md