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
|
# JetBrains IDE
|
||||||
.idea/
|
.idea/
|
||||||
|
*.sublime-*
|
||||||
|
*.swp
|
||||||
|
.vscode/
|
||||||
|
|
||||||
# Unit test reports
|
# Unit test reports
|
||||||
TEST*.xml
|
TEST*.xml
|
||||||
|
|
||||||
# Generated by MacOS
|
# Generated by MacOS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
|
||||||
# Generated by Windows
|
# Generated by Windows
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
ehthumbs.db
|
||||||
|
Desktop.ini
|
||||||
|
|
||||||
# Applications
|
# Applications
|
||||||
*.app
|
*.app
|
||||||
@ -49,8 +56,10 @@ Thumbs.db
|
|||||||
*.wmv
|
*.wmv
|
||||||
|
|
||||||
writable/debugbar/
|
writable/debugbar/
|
||||||
|
writable/debugbar/*
|
||||||
!writable/debugbar/.gitkeep
|
!writable/debugbar/.gitkeep
|
||||||
writable/session/
|
writable/session/*
|
||||||
|
!writable/session/index.html
|
||||||
!writable/session/.gitkeep
|
!writable/session/.gitkeep
|
||||||
writable/logs/
|
writable/logs/
|
||||||
!writable/logs/.gitkeep
|
!writable/logs/.gitkeep
|
||||||
@ -60,9 +69,25 @@ writable/cache/
|
|||||||
!writable/cache/.gitkeep
|
!writable/cache/.gitkeep
|
||||||
|
|
||||||
|
|
||||||
public/uploads/
|
|
||||||
|
php_errors.log
|
||||||
|
|
||||||
|
public/uploads/*
|
||||||
|
!public/uploads/index.html
|
||||||
!public/uploads/.gitkeep
|
!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