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/