Skip to content
Snippets Groups Projects
.gitignore 1.01 KiB
Newer Older
# .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

### Editor and IDE artifacts
*~
*.swp
*.orig
/nbproject
.idea/
.redcar/

### OS X artifacts
*.DS_Store

### Internationalization artifacts
*.mo
conf/locale/en/LC_MESSAGES/*.po
!messages.po

### Testing artifacts
.testids/
nosetests.xml
.coverage
coverage.xml
cover/

### Installation artifacts
*.egg-info
.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
Kevin Chugh's avatar
Kevin Chugh committed
chromedriver.log

### Unknown artifacts
database.sqlite
courseware/static/js/mathjax/*
flushdb.sh
build
/src/
\#*\#
.env/
lms/lib/comment_client/python
autodeploy.properties
.ws_migrations_complete