#---------------------------------------------
# Fano Web Framework (https://fanoframework.github.io)
#
# @link      https://github.com/fanoframework/fano
# @copyright Copyright (c) 2018 - 2022 Zamrony P. Juhara
# @license   https://github.com/fanoframework/fano/blob/master/LICENSE (MIT)
#------------------------------------------------

#----------------------------------------------
# Ignore test runner generated binary but keep
# bin directory structure
#----------------------------------------------

tests/bin/*
tests/bin/unit/*
!tests/bin/README.md
!tests/bin/unit/README.md

#----------------------------------------------
# Ignore Free Pascal built-in console IDE generated files
#----------------------------------------------
fp.dir
fp.cfg
fp.dsk
fp.ini

#----------------------------------------------
# Ignore Lazarus local files (user-specific info)
#----------------------------------------------
*.lps

#---------------------------------------------------------
# ignore any visual code studio generated files
#---------------------------------------------------------
.vscode/
