gitignore file :ps
This commit is contained in:
parent
5f6573b4d8
commit
a64b21566f
31
.gitignore
vendored
31
.gitignore
vendored
@ -25,15 +25,22 @@ dist/
|
||||
|
||||
# JetBrains IDE
|
||||
.idea/
|
||||
*.sublime-*
|
||||
*.swp
|
||||
.vscode/
|
||||
|
||||
# Unit test reports
|
||||
TEST*.xml
|
||||
|
||||
# Generated by MacOS
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Generated by Windows
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
Desktop.ini
|
||||
|
||||
# Applications
|
||||
*.app
|
||||
@ -49,8 +56,10 @@ Thumbs.db
|
||||
*.wmv
|
||||
|
||||
writable/debugbar/
|
||||
writable/debugbar/*
|
||||
!writable/debugbar/.gitkeep
|
||||
writable/session/
|
||||
writable/session/*
|
||||
!writable/session/index.html
|
||||
!writable/session/.gitkeep
|
||||
writable/logs/
|
||||
!writable/logs/.gitkeep
|
||||
@ -60,9 +69,25 @@ writable/cache/
|
||||
!writable/cache/.gitkeep
|
||||
|
||||
|
||||
public/uploads/
|
||||
|
||||
php_errors.log
|
||||
|
||||
public/uploads/*
|
||||
!public/uploads/index.html
|
||||
!public/uploads/.gitkeep
|
||||
|
||||
writable/**/*.db
|
||||
writable/**/*.sqlite
|
||||
|
||||
vendor
|
||||
#-------------------------
|
||||
# Composer
|
||||
#-------------------------
|
||||
!vendor/
|
||||
composer.lock
|
||||
|
||||
tests
|
||||
|
||||
# Don't save phpunit under version control.
|
||||
phpunit
|
||||
phpunit*.xml
|
||||
/.phpunit.*.cache
|
||||
Loading…
Reference in New Issue
Block a user