| 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 | |
| 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 | # |
| 22 | /config.php |
| 23 | /lib/editor/tinymce/extra/tools/temp/ |
| 24 | /tags |
| 25 | /TAGS |
| 26 | /cscope.* |
| 27 | /.patches/ |
| 28 | /.idea/ |
| 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/ |