Commit 486d32ca by Ned Batchelder

Rearrange and comment .gitignore so I can find things.

parent 427f1184
# .gitignore for edx-platform.
# There's a lot here, please try to keep it organized.
### Files private to developers
requirements/private.txt
lms/envs/private.py
cms/envs/private.py
### Python artifacts
*.pyc *.pyc
### Editor and IDE artifacts
*~ *~
*.scssc
*.swp *.swp
*.orig *.orig
/nbproject
.idea/
.redcar/
### OS X artifacts
*.DS_Store *.DS_Store
*.mo .AppleDouble
:2e_* :2e_*
:2e# :2e#
.AppleDouble
database.sqlite ### Internationalization artifacts
requirements/private.txt *.mo
lms/envs/private.py conf/locale/en/LC_MESSAGES/*.po
cms/envs/private.py !messages.po
courseware/static/js/mathjax/*
flushdb.sh ### Testing artifacts
build .testids/
nosetests.xml
.coverage .coverage
coverage.xml coverage.xml
cover/ cover/
log/ cover_html/
reports/ reports/
/src/
\#*\# ### Installation artifacts
*.egg-info *.egg-info
Gemfile.lock Gemfile.lock
.env/ .pip_download_cache/
conf/locale/en/LC_MESSAGES/*.po .prereqs_cache
!messages.po .vagrant/
node_modules
### Static assets pipeline artifacts
*.scssc
lms/static/sass/*.css lms/static/sass/*.css
lms/static/sass/application.scss lms/static/sass/application.scss
lms/static/sass/course.scss lms/static/sass/course.scss
cms/static/sass/*.css cms/static/sass/*.css
lms/lib/comment_client/python
nosetests.xml ### Logging artifacts
cover_html/ log/
.idea/ logs
.redcar/
chromedriver.log chromedriver.log
/nbproject
ghostdriver.log ghostdriver.log
node_modules
.pip_download_cache/ ### Unknown artifacts
.prereqs_cache database.sqlite
courseware/static/js/mathjax/*
flushdb.sh
build
/src/
\#*\#
.env/
lms/lib/comment_client/python
autodeploy.properties autodeploy.properties
.ws_migrations_complete .ws_migrations_complete
.vagrant/
logs
.testids/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment