Skip to content

Commit 7d4320c

Browse files
committed
Update git ignore list
1 parent a8a4b1f commit 7d4320c

File tree

3 files changed

+33
-21
lines changed

3 files changed

+33
-21
lines changed

.gitignore

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,37 @@
1-
node_modules
1+
# phpstorm project files
2+
.idea
23

3-
# composer
4-
composer.phar
4+
# netbeans project files
5+
nbproject
6+
7+
# zend studio for eclipse project files
8+
.buildpath
9+
.project
10+
.settings
11+
12+
# windows thumbnail cache
13+
Thumbs.db
14+
15+
# composer vendor dir
516
/vendor
17+
618
/composer.lock
719

8-
.phpunit.result.cache
9-
/nbproject/private/
20+
# composer itself is not needed
21+
composer.phar
22+
23+
# Mac DS_Store Files
24+
.DS_Store
25+
26+
# phpunit itself is not needed
27+
phpunit.phar
28+
# local phpunit config
29+
/phpunit.xml
30+
31+
# local tests configuration
32+
/tests/data/config.local.php
33+
34+
# runtime cache
35+
/tests/runtime
36+
37+
.phpunit.result.cache

nbproject/project.properties

Lines changed: 0 additions & 7 deletions
This file was deleted.

nbproject/project.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)