Skip to content

Commit c8d659f

Browse files
chore: add .vagrant/ to .gitignore (#117)
- Add .vagrant/ directory to .gitignore to prevent accidental commits - Vagrant state files should not be tracked in version control
1 parent 453e21e commit c8d659f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,7 @@ venv/
3535
/rpm/SRPMS
3636

3737
# local configuration
38-
/config/*.yaml.local
38+
/config/*.yaml.local
39+
40+
# Vagrant
41+
.vagrant/

0 commit comments

Comments
 (0)