Skip to content

Commit 8e82f79

Browse files
committed
initial commit of gitignore
1 parent b675b1a commit 8e82f79

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Ignoring Vagrant files
2+
.vagrant/
3+
4+
# MacOS folders
5+
.DS_Store
6+
7+
# Files with sensitive content that should not be shared
8+
vars.secret*.yml

0 commit comments

Comments
 (0)