Skip to content
Snippets Groups Projects
.gitignore 1.41 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
codekit-config.json
### NFS artifacts
.nfs*

*.DS_Store

### Internationalization artifacts
*.mo
conf/locale/en/LC_MESSAGES/*.po
!messages.po
### Remove when we have real Esperanto translations. For now, ignore
### dummy Esperanto files.
conf/locale/eo/*
## Remove when we officially support these languages.
conf/locale/fr
conf/locale/ko_KR

### Testing artifacts
.testids/
.coverage
.coverage.*
coverage.xml
cover/
jscover.log
David Baumgold's avatar
David Baumgold committed
jscover.log.*

### 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/application-extend1.scss
lms/static/sass/application-extend2.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