Docs: overhaul README, centralize docs, update .gitignore
- Rewrote README.md to highlight PostgreSQL features, installer, and migration, with quick start and full docs index - Moved all markdown documentation files to docs/ for better organization; updated links accordingly - Added .gitignore rules to exclude all PublishProfiles folders; removed tracked publish profile XMLs - Preserved original README as README.original.md; added README_GENERATION.md and DOCUMENTATION_ORGANIZATION.md - Cleaned root directory, improved navigation, and clarified platform-specific instructions
This commit is contained in:
+5
-1
@@ -26,5 +26,9 @@ obj/
|
||||
lib/
|
||||
/installer-output/
|
||||
installer-output/
|
||||
|
||||
# Publish profiles (anywhere in project)
|
||||
/Properties/PublishProfiles/
|
||||
Properties/PublishProfiles/
|
||||
Properties/PublishProfiles/
|
||||
**/PublishProfiles/
|
||||
**/Properties/PublishProfiles/
|
||||
|
||||
Reference in New Issue
Block a user