MDL-63876 badges: Add competency criteria
[moodle.git] / .gitignore
blobb96359f122477bdbb5f34557c7ed36b8707439dc
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 /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.xml
37 # Composer support. Do not ignore composer.json, or composer.lock. These should be shipped by us.
38 composer.phar
39 /vendor/
40 /behat.yml
41 */yui/build/*/*-coverage.js
42 /lib/yuilib/*/build/*/*-coverage.js
43 # lib/yuilib/version/module/module-coverage.js
44 /lib/yuilib/*/*/*-coverage.js
45 atlassian-ide-plugin.xml
46 /node_modules/