Skip to content

Commit 793322a

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

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.gitignore

Lines changed: 6 additions & 2 deletions
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)