1
0
Fork 0
mirror of https://github.com/github/gitignore synced 2025-07-04 12:28:30 +02:00
This commit is contained in:
Erickson de Carvalho Vaz 2025-07-01 19:10:15 +02:00 committed by GitHub
commit b8cc2b3694
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,63 @@
assets/* #files extensions to ignore
!assets/.gitignore *.log
protected/runtime/* *.zip
!protected/runtime/.gitignore *.data
protected/data/*.db
themes/classic/views/ # 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