This repository has been archived on 2023-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
prosody_web_admin_rest/.gitignore

29 lines
330 B
Text

# 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/