From 87f08174826e119a50e522925a62cb1e1fdca7e9 Mon Sep 17 00:00:00 2001 From: usmannasir Date: Tue, 11 Nov 2025 17:20:01 +0500 Subject: [PATCH] Add documentation files to .gitignore Prevent CHANGES_SUMMARY.md and RESOURCE_LIMITS_IMPLEMENTATION.md from being accidentally committed. These are local reference files only. --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2812413b9..d83eb5b32 100644 --- a/.gitignore +++ b/.gitignore @@ -117,4 +117,8 @@ dmypy.json /usr/local/CyberCP/ /etc/cyberpanel/ cyberpanel_password.txt -mysql_password.txt \ No newline at end of file +mysql_password.txt + +# Documentation files (local reference only) +CHANGES_SUMMARY.md +RESOURCE_LIMITS_IMPLEMENTATION.md