Skip to content

Commit 793322a

Browse files
committed
updated gitignore
1 parent 6733dd9 commit 793322a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.gitignore

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
# composer vendor dir
77
/vendor
88

9-
# IDEA files
10-
/.idea
9+
# IDE files
10+
/.id
11+
/.vscode
1112

1213
.DS_Store
1314
coverage.clover
@@ -21,3 +22,6 @@ deployment_keys.tar
2122

2223
.travis/github-labels-policy.json
2324
.travis/github-labels.json
25+
26+
# BEHAT feature files
27+
/tests/features/

0 commit comments

Comments
 (0)