Skip to content

Commit

Permalink
Merge branch 'feature/update-gitignore' into develop
Browse files Browse the repository at this point in the history
[No Ticket]
Closes: #323
  • Loading branch information
cslzchen committed Mar 31, 2018
2 parents 53698ea + 7235c54 commit 54c9da2
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,20 @@ Thumbs.db
*~

# R
#######################
######################
.Rhistory

# Python
#######################
######################
*.py[cod]
**/*.pyc

# C extensions
######################
*.so

# Packages
######################
*.egg
*.egg-info
dist
Expand All @@ -45,30 +47,45 @@ __pycache__
.env

# Installer logs
######################
pip-log.txt

# Unit test / coverage reports
######################
.coverage
.tox
nosetests.xml

# Translations
######################
*.mo

# Mr Developer
######################
.mr.developer.cfg
.project
.pydevproject

# Sphinx
######################
docs/_build
README.html

# Player files
######################
player/files/*
player/mfr_config_local.py
player/static/mfr/*

# Misc
######################
!.gitkeep

.cache

# Node Modules
######################
/node_modules/

# Asynchronous HTTP
######################
/src/

0 comments on commit 54c9da2

Please sign in to comment.