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:
25
.gitignore
vendored
25
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user