mirror of
https://github.com/github/gitignore
synced 2025-07-04 12:28:30 +02:00
Merge 484e8d6dd6
into 524ae7b4c7
This commit is contained in:
commit
b8cc2b3694
1 changed files with 63 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue