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 | # | |
12 | /config.php | |
13 | /lib/editor/tinymce/extra/tools/temp/ | |
14 | *~ | |
15 | *.swp | |
16 | /tags | |
17 | /TAGS | |
18 | /cscope.* | |
19 | /.patches/ | |
20 | /.idea/ | |
21 | /nbproject/ | |
22 | CVS | |
23 | .DS_Store | |
24 | /.settings/ | |
25 | /.project | |
26 | /.buildpath | |
27 | /.cache | |
3a7bc16a | 28 | phpunit.xml |
d2c64a7b | 29 | # Composer support. Do not ignore composer.json, or composer.lock. These should be shipped by us. |
3a7bc16a | 30 | composer.phar |
3a7bc16a | 31 | /vendor/ |
096858ed | 32 | /behat.yml |
b047220d | 33 | */yui/build/*/*-coverage.js |
8600a052 | 34 | /lib/yuilib/*/build/*/*-coverage.js |
4d24e65c AN |
35 | # lib/yuilib/version/module/module-coverage.js |
36 | /lib/yuilib/*/*/*-coverage.js | |
d31cc938 | 37 | atlassian-ide-plugin.xml |
adeb96d2 | 38 | /node_modules/ |