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:
parent
c679d6ab10
commit
87f0817482
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue