29 lines
330 B
Text
Executable file
29 lines
330 B
Text
Executable file
|
|
# only keep executable php files
|
|
bin/*
|
|
!bin/.gitkeep
|
|
!bin/*.php
|
|
|
|
# composer
|
|
vendor/
|
|
composer.lock
|
|
composer.phar
|
|
|
|
# do not commit environment vars
|
|
config/env
|
|
config/legal.md
|
|
|
|
# only keep folder
|
|
cache/*
|
|
!cache/.gitkeep
|
|
css/.sass-cache/
|
|
|
|
# do not commit database
|
|
data/db.sqlite
|
|
|
|
# only keep folder
|
|
log/*
|
|
!log/.gitkeep
|
|
|
|
# IDE
|
|
.idea/
|