diff options
author | Valentin Popov <info@valentineus.link> | 2018-06-12 09:28:29 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-06-12 09:28:29 +0300 |
commit | 5470099f403478dff3c396c2af98508ccc16ea72 (patch) | |
tree | 6d3b197f48101a14b464c7283c8ea1fb8ed87bc2 /.gitignore | |
parent | a9dfd6144d8b7b389c8bf78adebda763428293a0 (diff) | |
parent | fb6a7d6bd166ab5fa0e4fabc532d75c1a95176ad (diff) | |
download | tool_apisiteadmins-5470099f403478dff3c396c2af98508ccc16ea72.tar.xz tool_apisiteadmins-5470099f403478dff3c396c2af98508ccc16ea72.zip |
Merge branch 'develop'
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7b1fb72 --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +# This file specifies intentionally untracked files that all Moodle git +# repositories should ignore. It is recommended not to modify this file in your +# local clone. Instead, use .git/info/exclude and add new records there as +# needed. +# +# Example: if you deploy a contributed plugin mod/foobar into your site, put +# the following line into .git/info/exclude file in your Moodle clone: +# /mod/foobar/ +# +# See gitignore(5) man page for more details +# +/config.php +/lib/editor/tinymce/extra/tools/temp/ +*~ +*.swp +/tags +/TAGS +/cscope.* +/.patches/ +/.idea/ +/nbproject/ +CVS +.DS_Store +/.settings/ +/.project +/.buildpath +/.cache +phpunit.xml +# Composer support. Do not ignore composer.json, or composer.lock. These should be shipped by us. +composer.phar +/vendor/ +/behat.yml +*/yui/build/*/*-coverage.js +/lib/yuilib/*/build/*/*-coverage.js +# lib/yuilib/version/module/module-coverage.js +/lib/yuilib/*/*/*-coverage.js +atlassian-ide-plugin.xml +/node_modules/ +/build/ |