Commit 7e882575 by Ned Batchelder

Merge pull request #1176 from edx/ned/organize-gitignore

Add .noseids to .gitignore, but first organize it.
parents 427f1184 0f3bb1e7
# .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
### Editor and IDE artifacts
*~
*.scssc
*.swp
*.orig
/nbproject
.idea/
.redcar/
### OS X artifacts
*.DS_Store
*.mo
.AppleDouble
:2e_*
:2e#
.AppleDouble
database.sqlite
requirements/private.txt
lms/envs/private.py
cms/envs/private.py
courseware/static/js/mathjax/*
flushdb.sh
build
### Internationalization artifacts
*.mo
conf/locale/en/LC_MESSAGES/*.po
!messages.po
### Testing artifacts
.testids/
.noseids
nosetests.xml
.coverage
coverage.xml
cover/
log/
cover_html/
reports/
/src/
\#*\#
### Installation artifacts
*.egg-info
Gemfile.lock
.env/
conf/locale/en/LC_MESSAGES/*.po
!messages.po
.pip_download_cache/
.prereqs_cache
.vagrant/
node_modules
### Static assets pipeline artifacts
*.scssc
lms/static/sass/*.css
lms/static/sass/application.scss
lms/static/sass/course.scss
cms/static/sass/*.css
lms/lib/comment_client/python
nosetests.xml
cover_html/
.idea/
.redcar/
### Logging artifacts
log/
logs
chromedriver.log
/nbproject
ghostdriver.log
node_modules
.pip_download_cache/
.prereqs_cache
### Unknown artifacts
database.sqlite
courseware/static/js/mathjax/*
flushdb.sh
build
/src/
\#*\#
.env/
lms/lib/comment_client/python
autodeploy.properties
.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