12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- # netbeans project files
- nbproject
- # zend studio for eclipse project files
- .buildpath
- .project
- .settings
- # windows thumbnail cache
- Thumbs.db
- ehthumbs.db
- Desktop.ini
- # composer vendor dir
- # composer itself is not needed
- composer.phar
- composer.json
- composer.lock
- # Mac DS_Store Files
- .DS_Store
- # phpunit itself is not needed
- phpunit.phar
- # local phpunit config
- /phpunit.xml
- # phpstorm project files
- .idea
- .cache
- .htaccess
- /.idea
- .vscode
- /.vscode
- #otherfiles
- env.txt
- /www/index.php
- *.log
- *.bin
- */node_modules
- #www/protected/config/develop.php
|