Commit | Line | Data |
---|---|---|
44790d21 DM |
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. | |
5 | # | |
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/ | |
9 | # | |
10 | # See gitignore(5) man page for more details | |
11 | # | |
88125348 MS |
12 | |
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 | |
20 | *~ | |
21 | # | |
44790d21 | 22 | /config.php |
44790d21 DM |
23 | /tags |
24 | /TAGS | |
25 | /cscope.* | |
26 | /.patches/ | |
27 | /.idea/ | |
641afc26 | 28 | .phpstorm.* |
44790d21 DM |
29 | /nbproject/ |
30 | CVS | |
31 | .DS_Store | |
32 | /.settings/ | |
33 | /.project | |
34 | /.buildpath | |
35 | /.cache | |
61ff13f0 | 36 | .phpunit.result.cache |
3a7bc16a | 37 | phpunit.xml |
d2c64a7b | 38 | # Composer support. Do not ignore composer.json, or composer.lock. These should be shipped by us. |
3a7bc16a | 39 | composer.phar |
3a7bc16a | 40 | /vendor/ |
096858ed | 41 | /behat.yml |
b047220d | 42 | */yui/build/*/*-coverage.js |
8600a052 | 43 | /lib/yuilib/*/build/*/*-coverage.js |
4d24e65c AN |
44 | # lib/yuilib/version/module/module-coverage.js |
45 | /lib/yuilib/*/*/*-coverage.js | |
d31cc938 | 46 | atlassian-ide-plugin.xml |
adeb96d2 | 47 | /node_modules/ |
396a282a | 48 | /.vscode/ |
1d3acd9d | 49 | moodle-plugin-ci.phar |
657cbe58 AN |
50 | .eslintignore |
51 | .stylelintignore | |
1a62c82f | 52 | /jsdoc |
3de68ad4 BB |
53 | /admin/tool/componentlibrary/docs |
54 | /admin/tool/componentlibrary/hugo/site/data/my-index.json | |
4ce17e60 | 55 | .hugo_build.lock |
171149b2 | 56 | phpcs.xml |
ffac002f | 57 | jsconfig.json |