Skip to content

Commit 5e458d1

Browse files
committed
gitattributes
1 parent b800d24 commit 5e458d1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* text=auto
2+
*.sh text eol=lf
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
mongoimport --host db --port 27017 --db reservations-api --collection users --file /fixtures/init.json --jsonArray
2+
mongoimport --host db --port 27017 --db reservations-api --collection users --file /fixtures/init.json --jsonArray

0 commit comments

Comments
 (0)