From 1bf2a0532860f66ba5c2c1cdbcba2e2942e849df Mon Sep 17 00:00:00 2001 From: Mario Perez Fuertes Date: Fri, 21 Aug 2026 04:17:32 +0200 Subject: [PATCH] chore: harden MCP-Notion Git newline and secret ignore policy --- .gitattributes | 2 ++ .gitignore | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..ec29cea6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto eol=lf +*.json text eol=lf \ No newline at end of file diff --git a/.gitignore b/.gitignore index db2023d4..b2ad9f57 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,8 @@ bin/ .cursor .DS_Store + +# ONIX hardening +.env +.env.* +*.bak*