-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (48 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Eclipse folders and files
.cache*
.project
.settings*
.buildpath
# PhpStorm/IntelliJ folder
.idea*
# Mac OS X crap
.DS_Store
# Builds
build/*
# Docker persistent data
volumes/*
# phpMyFAQ generated folders
phpmyfaq/config/database.php
phpmyfaq/config/database.php.bak
phpmyfaq/config/ldap.php
phpmyfaq/config/ldap.php.bak
phpmyfaq/config/elasticsearch.php
phpmyfaq/config/elasticsearch.php.bak
phpmyfaq/config/index.html
phpmyfaq/data/*
phpmyfaq/logs/*
phpmyfaq/images/*
phpmyfaq/attachments/*
# Third party PHP libraries
phpmyfaq/src/libs
# Third party frontend libraries and generated JS/CSS
phpmyfaq/admin/assets/css
phpmyfaq/admin/assets/fonts
phpmyfaq/admin/assets/js/editor/*
phpmyfaq/assets/dist
phpmyfaq/assets/js/libs
phpmyfaq/assets/js/vendors.js
phpmyfaq/assets/svg/*.svg
phpmyfaq/assets/themes/default/css/*.css
phpmyfaq/assets/themes/default/css/*.map
phpmyfaq/assets/themes/default/js/*
# Composer related stuff
vendor/*
# node.js modules for development
node_modules/*
# Backup folder
backup/*
# PHPUnit
.phpunit.result.cache
tests/test.db
tests/config/database.php