# AVOLUTIONS
#
# Just another open source PHP framework.
#
# @copyright    Copyright (c) 2019 - 2021 AVOLUTIONS
# @license      MIT License (https://avolutions.org/license)
# @link         https://avolutions.org

# GENERAL
vendor/*
composer.lock
.phpunit.result.cache

# AVOLUTIONS
log/*

# IDE specific files
# Eclipse
.settings/*
.buildpath
.project
# PHPStorm
.idea/*