38 lines
540 B
Plaintext
Executable File
38 lines
540 B
Plaintext
Executable File
#-------------------------
|
|
# Temporary Files
|
|
#-------------------------
|
|
writable/cache/*
|
|
!writable/cache/.gitkeep
|
|
|
|
writable/logs/*
|
|
!writable/logs/.gitkeep
|
|
|
|
writable/session/*
|
|
!writable/session/.gitkeep
|
|
|
|
writable/uploads/*
|
|
!writable/uploads/.gitkeep
|
|
|
|
public/uploads/*
|
|
!public/uploads/.gitkeep
|
|
|
|
writable/debugbar/*
|
|
!writable/debugbar/.gitkeep
|
|
|
|
writable/**/*.db
|
|
writable/**/*.sqlite
|
|
|
|
writable/e_card_template/*
|
|
!writable/e_card_template/.gitkeep
|
|
|
|
writable/tmp/*
|
|
!writable/tmp/.gitkeep
|
|
|
|
vendor/
|
|
build/
|
|
composer.lock
|
|
.env
|
|
.phpunit*
|
|
phpqueue.sh
|
|
|