Clean up repository for public sharing

- Updated .gitignore to exclude log files, backup files, and temporary files
- Removed log files containing personal paths and system information
- Removed backup files with personal development paths
- Repository is now ready for public visibility
This commit is contained in:
Carlos Gutierrez
2025-10-22 22:12:49 -04:00
parent 1c3558380e
commit fa6c35ff1e
7 changed files with 25 additions and 9888 deletions

25
.gitignore vendored
View File

@@ -1 +1,26 @@
lazy-lock.json
# Log files (contain personal paths and system info)
*.log
checkhealth*.log
nvim-profile.log
lazigitconfig.log
# Backup files with personal paths
*.bak
# Temporary files
*.tmp
*.temp
# Session files
Session.vim
session.vim
# Swap files
*.swp
*.swo
*~
# Local configuration overrides
local.lua