diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..78ae98c812 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto + +gradlew text eol=lf diff --git a/docs/docker_deployment.md b/docs/docker_deployment.md index 2905470aa0..3a85eeda36 100644 --- a/docs/docker_deployment.md +++ b/docs/docker_deployment.md @@ -5,17 +5,6 @@ - Docker - [Docker Compose](https://docs.docker.com/compose/install/#install-compose) v2.0.0+ -### Windows Pre-requisites - -Run the following shell command to correctly configure file endings: - -```shell -git config --global core.autocrlf input -``` - -If you already cloned the repo and are experiencing build issues then delete and -re-clone the repo after running the command. - ## Clone Repo - Clone the Webstore Demo repository: