Skip to content

Commit fa0c6b3

Browse files
authored
Update gitignore (#245)
1 parent 37dd61d commit fa0c6b3

1 file changed

Lines changed: 7 additions & 16 deletions

File tree

.gitignore

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,18 @@ nbproject
99
.project
1010
.settings
1111

12+
# sublime text project / workspace files
13+
*.sublime-project
14+
*.sublime-workspace
15+
1216
# windows thumbnail cache
1317
Thumbs.db
1418

15-
# composer vendor dir
16-
/vendor
17-
18-
# composer itself is not needed
19-
composer.phar
20-
2119
# Mac DS_Store Files
2220
.DS_Store
2321

24-
# phpunit itself is not needed
25-
phpunit.phar
26-
# local phpunit config
27-
/phpunit.xml
28-
# phpunit cache
29-
.phpunit.result.cache
22+
# composer vendor dir
23+
/vendor
3024

31-
# Codeception
25+
# Codeception C3
3226
c3.php
33-
34-
#tests
35-
tests/Support/Data/database.db_snapshot

0 commit comments

Comments
 (0)