Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Commit 3f81865

Browse files
author
Ty Brown
committed
Add .gitignore file
1 parent f2ea578 commit 3f81865

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.gitignore

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.vagrant
2+
/cookbooks
3+
4+
# Bundler
5+
bin/*
6+
.bundle/*
7+
8+
.kitchen/
9+
.kitchen.local.yml
10+
11+
12+
[._]*.s[a-w][a-z]
13+
[._]s[a-w][a-z]
14+
*.un~
15+
Session.vim
16+
.netrwhist
17+
*~

0 commit comments

Comments
 (0)