|
1 | 1 | .DS_Store |
2 | 2 | .ipynb_checkpoints |
| 3 | + |
| 4 | +.env |
| 5 | +# .gitignore for edx-platform. |
| 6 | +# There's a lot here, please try to keep it organized. |
| 7 | + |
| 8 | +### Files private to developers |
| 9 | + |
| 10 | +# Files that should be git-ignored, but are hand-edited or otherwise valued, |
| 11 | +# and so should not be destroyed by "make clean". |
| 12 | +# start-noclean |
| 13 | +requirements/private.txt |
| 14 | +requirements/edx/private.in |
| 15 | +requirements/edx/private.txt |
| 16 | +lms/envs/private.py |
| 17 | +cms/envs/private.py |
| 18 | +# end-noclean |
| 19 | + |
| 20 | +### Python artifacts |
| 21 | +*.pyc |
| 22 | + |
| 23 | +### Editor and IDE artifacts |
| 24 | +*~ |
| 25 | +*.swp |
| 26 | +*.orig |
| 27 | +/nbproject |
| 28 | +.idea/ |
| 29 | +.redcar/ |
| 30 | +codekit-config.json |
| 31 | +.pycharm_helpers/ |
| 32 | +/_mac/* |
| 33 | +/IntelliLang.xml |
| 34 | +/conda_packages.xml |
| 35 | +/databaseSettings.xml |
| 36 | +/diff.xml |
| 37 | +/debugger.xml |
| 38 | +/editor.xml |
| 39 | +/ide.general.xml |
| 40 | +/inspection/Default.xml |
| 41 | +/other.xml |
| 42 | +/packages.xml |
| 43 | +/web-browsers.xml |
| 44 | + |
| 45 | +### NFS artifacts |
| 46 | +.nfs* |
| 47 | + |
| 48 | +### OS X artifacts |
| 49 | +*.DS_Store |
| 50 | +.AppleDouble |
| 51 | +:2e_* |
| 52 | +:2e# |
| 53 | + |
| 54 | +### Internationalization artifacts |
| 55 | +*.mo |
| 56 | +*.po |
| 57 | +*.prob |
| 58 | +*.dup |
| 59 | +!django.po |
| 60 | +!django.mo |
| 61 | +!djangojs.po |
| 62 | +!djangojs.mo |
| 63 | +conf/locale/en/LC_MESSAGES/*.mo |
| 64 | +conf/locale/fake*/LC_MESSAGES/*.po |
| 65 | +conf/locale/fake*/LC_MESSAGES/*.mo |
| 66 | +# this was a mistake in i18n_tools, now fixed. |
| 67 | +conf/locale/messages.mo |
| 68 | + |
| 69 | +### Testing artifacts |
| 70 | +.testids/ |
| 71 | +.noseids |
| 72 | +nosetests.xml |
| 73 | +.cache/ |
| 74 | +.coverage |
| 75 | +.coverage.* |
| 76 | +coverage.xml |
| 77 | +cover/ |
| 78 | +cover_html/ |
| 79 | +reports/ |
| 80 | +jscover.log |
| 81 | +jscover.log.* |
| 82 | +.pytest_cache/ |
| 83 | +pytest_task*.txt |
| 84 | +.tddium* |
| 85 | +common/test/data/test_unicode/static/ |
| 86 | +test_root/courses/ |
| 87 | +test_root/data/test_bare.git/ |
| 88 | +test_root/export_course_repos/ |
| 89 | +test_root/paver_logs/ |
| 90 | +test_root/uploads/ |
| 91 | +django-pyfs |
| 92 | +.tox/ |
| 93 | +common/test/db_cache/bok_choy_*.yaml |
| 94 | +common/test/data/badges/*.png |
| 95 | + |
| 96 | +### Installation artifacts |
| 97 | +*.egg-info |
| 98 | +.pip_download_cache/ |
| 99 | +.prereqs_cache |
| 100 | +.vagrant/ |
| 101 | +node_modules |
| 102 | +bin/ |
| 103 | + |
| 104 | +### Static assets pipeline artifacts |
| 105 | +*.scssc |
| 106 | +lms/static/css/ |
| 107 | +lms/static/certificates/css/ |
| 108 | +cms/static/css/ |
| 109 | +common/static/common/js/vendor/ |
| 110 | +common/static/common/css/vendor/ |
| 111 | +common/static/bundles |
| 112 | +webpack-stats.json |
| 113 | + |
| 114 | +### Styling generated from templates |
| 115 | +lms/static/sass/*.css |
| 116 | +lms/static/sass/*.css.map |
| 117 | +lms/static/certificates/sass/*.css |
| 118 | +lms/static/themed_sass/ |
| 119 | +cms/static/css/ |
| 120 | +cms/static/sass/*.css |
| 121 | +cms/static/sass/*.css.map |
| 122 | +cms/static/themed_sass/ |
| 123 | +themes/**/css |
| 124 | + |
| 125 | +### Logging artifacts |
| 126 | +log/ |
| 127 | +logs |
| 128 | +chromedriver.log |
| 129 | +ghostdriver.log |
| 130 | + |
| 131 | +### Celery artifacts ### |
| 132 | +celerybeat-schedule |
| 133 | + |
| 134 | +### Unknown artifacts |
| 135 | +database.sqlite |
| 136 | +courseware/static/js/mathjax/* |
| 137 | +flushdb.sh |
| 138 | +build |
| 139 | +/src/ |
| 140 | +\#*\# |
| 141 | +.env/ |
| 142 | +openedx/core/djangoapps/django_comment_common/comment_client/python |
| 143 | +autodeploy.properties |
| 144 | +.ws_migrations_complete |
| 145 | +dist |
| 146 | +*.bak |
| 147 | + |
| 148 | +# Visual Studio Code |
| 149 | +.vscode |
| 150 | + |
| 151 | +# Locally generated PII reports |
| 152 | +pii_report |
0 commit comments