-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
85 lines (74 loc) · 1.22 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
# 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/*
#Other DB
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
.idea
.idea/*
# 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/
/server/moodledata/*
custom_php.ini