From 87a0b680cc6d4f57fa9b138bba0e6fcac43dc578 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 09:52:54 +0000 Subject: [PATCH] Initial upload: DotMigrate dotfiles migration tool with CI/CD --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f1d81f --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# Build outputs +target/ +Cargo.lock + +# IDE +.vscode/ +.idea/ +*.swp +*.swo + +# OS +.DS_Store +Thumbs.db + +# DotMigrate +.dotmigrate/ +backups/ +*.bak + +# Local files +dotfiles/