Skip to content

Commit 751934c

Browse files
committed
expand gitignore
1 parent da5670b commit 751934c

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.gitignore

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1+
# IDE Shizzle; it is recommended to use a global .gitignore for this but since this is an OSS project we want to make
2+
# it easy to contribute
13
.idea
2-
vendor
3-
/build
4-
/temp
4+
/nbproject/private/
5+
.buildpath
6+
.project
7+
.settings
8+
9+
# Build folder and vendor folder are generated code; no need to version this
10+
build/*
11+
temp/*
12+
vendor/*
13+
composer.phar
14+
15+
# By default the phpunit.xml.dist is provided; you can override this using a local config file
16+
phpunit.xml

0 commit comments

Comments
 (0)