Skip to content

Instantly share code, notes, and snippets.

@gusenov
Created December 21, 2017 15:18
Show Gist options
  • Save gusenov/4d66d26a25cf96659f81609721aa1047 to your computer and use it in GitHub Desktop.
Save gusenov/4d66d26a25cf96659f81609721aa1047 to your computer and use it in GitHub Desktop.
Shell-команда для загрузки нескольких .gitignore файлов и объединения их в один результирующий файл.
wget -O - https://raw.githubusercontent.com/github/gitignore/master/{Global/JetBrains.gitignore,Gradle.gitignore,Java.gitignore} > ".gitignore"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment