-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path.gitignore
35 lines (30 loc) · 1.07 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#---------------------------------------------
# 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/