Skip to content

Commit 8ce1e89

Browse files
authored
Cleanup .gitignore
1 parent 757d6e3 commit 8ce1e89

1 file changed

Lines changed: 4 additions & 27 deletions

File tree

.gitignore

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,24 @@
1-
# phpstorm project files
1+
# IDE & OS files
22
.idea
3-
4-
# netbeans project files
53
nbproject
6-
7-
# zend studio for eclipse project files
84
.buildpath
95
.project
106
.settings
11-
12-
# sublime text project / workspace files
137
*.sublime-project
148
*.sublime-workspace
15-
16-
# windows thumbnail cache
179
Thumbs.db
10+
.DS_Store
1811

1912
# composer vendor dir
2013
/vendor
21-
/composer.lock
2214

2315
# composer itself is not needed
2416
composer.phar
25-
26-
# composer.lock in applications is ignored since it's automatically created by composer when application is installed
27-
/package-lock.json
28-
29-
# Mac DS_Store Files
30-
.DS_Store
17+
composer.lock
3118

3219
# phpunit itself is not needed
3320
phpunit.phar
34-
phpunit.result.cache
35-
3621
# local phpunit config
3722
/phpunit.xml
38-
# phpunit cache
23+
# local phpunit cache
3924
.phpunit.result.cache
40-
41-
# NPM packages
42-
/node_modules
43-
.env
44-
45-
#codeception
46-
/tests/_output
47-
c3.php

0 commit comments

Comments
 (0)