Skip to content

Commit 54c9da2

Browse files
committed
Merge branch 'feature/update-gitignore' into develop
[No Ticket] Closes: #323
2 parents 53698ea + 7235c54 commit 54c9da2

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

.gitignore

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,20 @@ Thumbs.db
1212
*~
1313

1414
# R
15-
#######################
15+
######################
1616
.Rhistory
1717

1818
# Python
19-
#######################
19+
######################
2020
*.py[cod]
2121
**/*.pyc
2222

2323
# C extensions
24+
######################
2425
*.so
2526

2627
# Packages
28+
######################
2729
*.egg
2830
*.egg-info
2931
dist
@@ -45,30 +47,45 @@ __pycache__
4547
.env
4648

4749
# Installer logs
50+
######################
4851
pip-log.txt
4952

5053
# Unit test / coverage reports
54+
######################
5155
.coverage
5256
.tox
5357
nosetests.xml
5458

5559
# Translations
60+
######################
5661
*.mo
5762

5863
# Mr Developer
64+
######################
5965
.mr.developer.cfg
6066
.project
6167
.pydevproject
6268

6369
# Sphinx
70+
######################
6471
docs/_build
6572
README.html
6673

6774
# Player files
75+
######################
6876
player/files/*
6977
player/mfr_config_local.py
7078
player/static/mfr/*
7179

80+
# Misc
81+
######################
7282
!.gitkeep
73-
7483
.cache
84+
85+
# Node Modules
86+
######################
87+
/node_modules/
88+
89+
# Asynchronous HTTP
90+
######################
91+
/src/

0 commit comments

Comments
 (0)