GET
/gitignore/get
скачать .gitignore
параметры строки запроса
| параметр | описание |
| stacks | стеки через запятую (см. список ниже) |
доступные стеки
| значение | описание |
| python | Python, venv, pytest, mypy |
| node | Node.js, npm, yarn |
| go | Go |
| rust | Rust, Cargo |
| java | Java, Maven, Gradle |
| dotnet | .NET / C# |
| unity | Unity |
| terraform | Terraform |
| docker | Docker |
| vscode | VS Code |
| jetbrains | JetBrains IDE |
| macos | macOS |
| linux | Linux |
| windows | Windows |
ответ
Файл .gitignore с Content-Type text/plain.
примеры
curl "https://fe0.ru/gitignore/get?stacks=python,docker" -o .gitignore
curl "https://fe0.ru/gitignore/get?stacks=node,vscode,macos" -o .gitignore