-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #127 from ashnazg/ci2
add more typing
- Loading branch information
Showing
86 changed files
with
1,225 additions
and
3,470 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
# IDE Shizzle; it is recommended to use a global .gitignore for this but since this is an OSS project we want to make | ||
# it easy to contribute | ||
.idea | ||
vendor | ||
/build/ | ||
/nbproject/private/ | ||
.buildpath | ||
.project | ||
.settings | ||
|
||
# Build folder and vendor folder are generated code; no need to version this | ||
build/ | ||
tools/ | ||
temp/ | ||
vendor/ | ||
*.phar | ||
|
||
# By default the phpunit.xml.dist is provided; you can override this using a local config file | ||
phpunit.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.