-
Notifications
You must be signed in to change notification settings - Fork 44
/
.gitignore
59 lines (50 loc) · 978 Bytes
/
.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# BLIS Runtime Files
# These files come from C4G/BLISRuntime
# If you change them, commit them to that repository instead.
/dbdir
/dlls
/FirefoxPortable
/server
/7za.exe
/autorun.inf
/BLIS.exe
/BLIS.exe.manifest
/BlisSetup.html
/gdiplus.dll
/md5.exe
/pms_config.ini
/XXMKLINK.EXE
# Log files #
######################
/log/*
/local/log*
/local/UILog*
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
# BLIS Backup directories - don't need to be in source control
/blis_backup_*
/htdocs/export/backups/**/*
/htdocs/export/uploads/**/*
/files/**/*
# RSA Keypairs
/**/*.blis
/**/*.sql.key
# Tooling
## php-cs-fixer cache
.php_cs.cache
# Directory that BLIS releases will be built into
/dist
# Directory that gets created by mkdocs when you build the docs
# with eg. `mkdocs build`
/site/
/FirefoxPortable_3/
# Wine prefix folder if using Wine to run the server on Linux with bin/wine-server
/wine/