MDL-80313 upgrade: Fix typo, Moodle 4.1.2 is 2022112802
[moodle.git] / .gitignore
blobd74f914f79f50c4b05d580bd5ca1e82fee3d479b
1 # This file specifies intentionally untracked files that all Moodle git
2 # repositories should ignore. It is recommended not to modify this file in your
3 # local clone. Instead, use .git/info/exclude and add new records there as
4 # needed.
6 # Example: if you deploy a contributed plugin mod/foobar into your site, put
7 # the following line into .git/info/exclude file in your Moodle clone:
8 # /mod/foobar/
10 # See gitignore(5) man page for more details
13 # Swap files (vim)
14 [._]*.s[a-v][a-z]
15 [._]*.sw[a-p]
16 [._]s[a-rt-v][a-z]
17 [._]ss[a-gi-z]
18 [._]sw[a-p]
19 # Temporary files including undo
22 /config.php
23 /tags
24 /TAGS
25 /cscope.*
26 /.patches/
27 /.idea/
28 .phpstorm.*
29 /nbproject/
30 CVS
31 .DS_Store
32 /.settings/
33 /.project
34 /.buildpath
35 /.cache
36 .phpunit.result.cache
37 phpunit.xml
38 # Composer support. Do not ignore composer.json, or composer.lock. These should be shipped by us.
39 composer.phar
40 /vendor/
41 /behat.yml
42 */yui/build/*/*-coverage.js
43 /lib/yuilib/*/build/*/*-coverage.js
44 # lib/yuilib/version/module/module-coverage.js
45 /lib/yuilib/*/*/*-coverage.js
46 atlassian-ide-plugin.xml
47 /node_modules/
48 /.vscode/
49 moodle-plugin-ci.phar
50 .eslintignore
51 .stylelintignore
52 /jsdoc
53 /admin/tool/componentlibrary/docs
54 /admin/tool/componentlibrary/hugo/site/data/my-index.json
55 .hugo_build.lock
56 phpcs.xml
57 jsconfig.json