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

#----------------------------------------------
# Ignore any application configuration
#----------------------------------------------
app/config/config.json
app/config/config.ini

#----------------------------------------------
# Ignore Apache any configuration
#----------------------------------------------
public/.htaccess

#----------------------------------------------
# Ignore generated binary executable
#----------------------------------------------
public/app.cgi
cgi-bin/app.cgi

#----------------------------------------------
# Ignore generated log files
#----------------------------------------------
storages/logs/*

#----------------------------------------------
# Do not ignore README.md
# This file is provided so Git can create
# app/storages/logs directory when this repository
# is cloned.
#----------------------------------------------
!storages/logs/README.md

#----------------------------------------------
# Ignore compiler switches configurations
#----------------------------------------------
build.cfg
build.dev.cfg
build.prod.cfg

#----------------------------------------------
# Ignore all generated compiled units files
#----------------------------------------------
bin/unit/*

#----------------------------------------------
# Do not ignore README.md
# This file is provided so Git can create
# bin/unit directory when this repository
# is cloned.
#----------------------------------------------
!bin/README.md
!bin/unit/README.md

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

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