Skip to content

Commit

Permalink
add .gitattributes and normalise line endings for .sh files
Browse files Browse the repository at this point in the history
fixes #6136
  • Loading branch information
walidmujahid committed Mar 17, 2020
1 parent 5ab0fee commit 2c4dd94
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.sh text eol=lf
14 changes: 14 additions & 0 deletions app/dashboard/migrations/0086_merge_20200306_1954.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 2.2.4 on 2020-03-06 19:54

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('dashboard', '0085_activity_hackathonevent'),
('dashboard', '0085_merge_20200303_2256'),
]

operations = [
]
14 changes: 14 additions & 0 deletions app/dashboard/migrations/0089_merge_20200307_2024.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 2.2.4 on 2020-03-07 20:24

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('dashboard', '0086_merge_20200306_1954'),
('dashboard', '0088_auto_20200309_2046'),
]

operations = [
]
14 changes: 14 additions & 0 deletions app/dashboard/migrations/0090_merge_20200309_0426.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 2.2.4 on 2020-03-09 04:26

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('dashboard', '0089_merge_20200310_1649'),
('dashboard', '0089_merge_20200307_2024'),
]

operations = [
]
14 changes: 14 additions & 0 deletions app/dashboard/migrations/0091_merge_20200310_1136.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 2.2.4 on 2020-03-10 11:36

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('dashboard', '0090_merge_20200309_0426'),
('dashboard', '0090_auto_20200313_1425'),
]

operations = [
]
14 changes: 14 additions & 0 deletions app/dashboard/migrations/0092_merge_20200317_1849.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 2.2.4 on 2020-03-17 18:49

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('dashboard', '0091_merge_20200316_1102'),
('dashboard', '0091_merge_20200310_1136'),
]

operations = [
]

0 comments on commit 2c4dd94

Please sign in to comment.