Initial upload: DotMigrate dotfiles migration tool with CI/CD
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -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/
|
||||||
Reference in New Issue
Block a user