From 484e8d6dd69765ea5a4318f6b5b4d4a2eb33add9 Mon Sep 17 00:00:00 2001 From: Erickson de Carvalho Vaz <65202702+EricksonVaz@users.noreply.github.com> Date: Sat, 10 Oct 2020 21:17:52 -0100 Subject: [PATCH] Update Yii.gitignore modifications based on the yii2 / .gitignore repository --- Yii.gitignore | 69 ++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 63 insertions(+), 6 deletions(-) diff --git a/Yii.gitignore b/Yii.gitignore index 70f08754..8c23f277 100644 --- a/Yii.gitignore +++ b/Yii.gitignore @@ -1,6 +1,63 @@ -assets/* -!assets/.gitignore -protected/runtime/* -!protected/runtime/.gitignore -protected/data/*.db -themes/classic/views/ +#files extensions to ignore +*.log +*.zip +*.data + +# phpstorm project files +.idea +*.iml + +# netbeans project files +nbproject + +# zend studio for eclipse project files +.buildpath +.project +.settings + +# sublime text project / workspace files +*.sublime-project +*.sublime-workspace + +# visual studio code project files +.vscode +~ + +# windows thumbnail cache +Thumbs.db + +# composer vendor dir +/vendor +# cubrid install dir +/cubrid + +# composer itself is not needed +composer.phar + +# composer.lock in applications is ignored since it's automatically created by composer when application is installed +composer.lock + +# Mac DS_Store Files +.DS_Store + +# phpunit itself is not needed +phpunit.phar +# local phpunit config +/phpunit.xml + +# ignore dev installed apps and extensions +/apps +/extensions +/packages + +# NPM packages +/node_modules +.env + +#apps runtimes and assets +/frontend/web/assets +/backend/web/assets +/frontend/runtime +/backend/runtime +/web/assets +/runtime