Add documentation files to .gitignore

Prevent CHANGES_SUMMARY.md and RESOURCE_LIMITS_IMPLEMENTATION.md from being
accidentally committed. These are local reference files only.
This commit is contained in:
usmannasir
2025-11-11 17:20:01 +05:00
parent c679d6ab10
commit 87f0817482

6
.gitignore vendored
View File

@@ -117,4 +117,8 @@ dmypy.json
/usr/local/CyberCP/
/etc/cyberpanel/
cyberpanel_password.txt
mysql_password.txt
mysql_password.txt
# Documentation files (local reference only)
CHANGES_SUMMARY.md
RESOURCE_LIMITS_IMPLEMENTATION.md