weekly release 4.5dev
[moodle.git] / .gitignore
blob1f1ea578ac1708e06862d5f9479854e7a367998a
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 !.phpstorm.meta.php
30 /nbproject/
31 CVS
32 .DS_Store
33 /.settings/
34 /.project
35 /.buildpath
36 /.cache
37 .phpunit.result.cache
38 phpunit.xml
39 # Composer support. Do not ignore composer.json, or composer.lock. These should be shipped by us.
40 composer.phar
41 /vendor/
42 /behat.yml
43 */yui/build/*/*-coverage.js
44 /lib/yuilib/*/build/*/*-coverage.js
45 # lib/yuilib/version/module/module-coverage.js
46 /lib/yuilib/*/*/*-coverage.js
47 atlassian-ide-plugin.xml
48 /node_modules/
49 /.vscode/
50 moodle-plugin-ci.phar
51 .eslintignore
52 .stylelintignore
53 /jsdoc
54 /admin/tool/componentlibrary/docs
55 /admin/tool/componentlibrary/hugo/site/data/my-index.json
56 .hugo_build.lock
57 phpcs.xml
58 jsconfig.json
59 UPGRADING-CURRENT.md