-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path.gitignore
128 lines (113 loc) · 2.55 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# Apache Logs
server/apache/logs/access.log
server/apache/logs/error.log
# Installer System Files
server/install/install.sys
# MySQL/MariaDB Data and Logs
server/mysql/data/aria_log.*
server/mysql/data/ib_buffer_pool
server/mysql/data/ib_logfile*
server/mysql/data/ibdata*
server/mysql/data/mysql_error.log
server/mysql/data/slow_log.*
server/mysql/data/general_log.*
# Moodle Database Files
server/mysql/data/moodle/*
server/mysql/data/moodle/*.ibd
server/mysql/data/moodle/*.frm
# Entire MariaDB folder (linux and macos)
mariadb_data/
# Temporary Files
server/mysql/data/tmp/*
# Miscellaneous Database Files
server/mysql/data/db.opt
server/mysql_upgrade_info
server/performance_schema
server/sys
server/mysql
server/multi-master.info
# Adminer tool
adminer.php
# Logs and sensitive data
logs/
*.log
*.sys
*.pid
# Moodle specific ignores
/config.php
/tags
/TAGS
/cscope.*
/.patches/
/.idea/
.phpstorm.*
!/.phpstorm.meta.php/
/.phpstorm.meta.php/*
!/.phpstorm.meta.php/di.php
/nbproject/
CVS
.DS_Store
/.settings/
/.project
/.buildpath
/.cache
.phpunit.result.cache
phpunit.xml
# Composer support
composer.phar
#/vendor/
/behat.yml
# YUI coverage files
*/yui/build/*/*-coverage.js
/lib/yuilib/*/build/*/*-coverage.js
/lib/yuilib/*/*/*-coverage.js
# Other
atlassian-ide-plugin.xml
/node_modules/
/.vscode/
moodle-plugin-ci.phar
.eslintignore
.stylelintignore
/jsdoc
/admin/tool/componentlibrary/docs
/admin/tool/componentlibrary/hugo/site/data/my-index.json
.hugo_build.lock
phpcs.xml
jsconfig.json
UPGRADING-CURRENT.md
# Swap files (vim)
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Temporary files including undo
*~
/server/moodledata/cache
/server/moodledata/localcache
/server/moodledata/sessions
/server/moodledata/phpunit
/server/moodledata/temp
/server/moodledata/moodle_test_data
/server/moodledata/behat
custom_php.ini
server/moodledata/muc/config.php
server/moodledata/temp/theme/boost/all.css
local/codechecker/
phpcs.bat
moodle-cs/
composer.lock
composer.json
server/moodle/lib/editor/tiny/plugins/html/build/package-lock.json
server/moodle/lib/editor/tiny/plugins/html/build/package.json
server/moodle/lib/editor/tiny/plugins/html/build/package.json
server/moodle/npm-shrinkwrap.json
server/moodle/package.json
server/moodle/package.json
server/moodle/npm-shrinkwrap.json
server/moodle/lib/editor/tiny/plugins/html/build/package.json
phpcbf.bat
adminer_router.php
etag.txt
cacert.pem
server/moodle/mod/livequiz/node_modules