diff options
| -rw-r--r-- | .gitignore | 12 | 
1 files changed, 9 insertions, 3 deletions
| @@ -1,10 +1,13 @@  /.idea  atlassian-ide-plugin.xml -/.cache  /.project -/.settings  /assets +/.settings +/.cache  /build +/vendor +/composer.lock +/.cache  buildscripts/chmbuilder/assets/*  buildscripts/chmbuilder/classes/Data/classes.data  buildscripts/chmbuilder/classes/runtime/* @@ -71,4 +74,7 @@ tests/unit/Caching/mockapp/runtime/*  tests/unit/Data/db/test.db  tests/unit/Security/app/runtime/*  tests/unit/Web/app/runtime/* -vendor/*
\ No newline at end of file +vendor/* +phpunit +phing +apigen.php
\ No newline at end of file | 
