Merge pull request #29 from qmfrederik/fixes/windows-onboarding

For Unix-style line endings for scripts, add .env to .gitignore
This commit is contained in:
Gianluca Arbezzano 2020-12-10 15:10:45 +01:00 committed by GitHub
commit 3a5445e583
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Use Unix line endings for scripts
*.sh text eol=lf

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
envrc
out
.env