1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 11:44:21 +01:00

Update Yii.gitignore

modifications based on the yii2 / .gitignore repository
This commit is contained in:
Erickson de Carvalho Vaz 2020-10-10 21:17:52 -01:00 committed by GitHub
parent 218a941be9
commit 484e8d6dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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