TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Joe – CLI Python tool for generating .gitignore files

32 点作者 kermit666超过 9 年前

6 条评论

dozzie超过 9 年前
You may want to rename your project.<p><a href="http:&#x2F;&#x2F;joe-editor.sourceforge.net&#x2F;" rel="nofollow">http:&#x2F;&#x2F;joe-editor.sourceforge.net&#x2F;</a>
评论 #10318577 未加载
评论 #10317600 未加载
simula67超过 9 年前
Been using <a href="https:&#x2F;&#x2F;www.gitignore.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.gitignore.io&#x2F;</a> with a lot of success
评论 #10317596 未加载
stdbrouw超过 9 年前
Alternatively<p><pre><code> gitignore() { wget \ https:&#x2F;&#x2F;raw.githubusercontent.com&#x2F;github&#x2F;gitignore&#x2F;master&#x2F;Global&#x2F;OSX.gitignore \ https:&#x2F;&#x2F;raw.githubusercontent.com&#x2F;github&#x2F;gitignore&#x2F;master&#x2F;$1.gitignore \ -O .gitignore }</code></pre>
shoo超过 9 年前
positive feedback: pretty well-presented, with a nice readme<p>negative feedback: the time required to run joe (including remember that it exists, possibly installing it, how to invoke it correctly) is going to be similar to the time required to just manually write a ignore file &#x2F; copy and edit one from a previous project in the same language.
filmor超过 9 年前
What advantage does this have over just grabbing the file from <a href="https:&#x2F;&#x2F;github.com&#x2F;github&#x2F;gitignore" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;github&#x2F;gitignore</a> directly?
评论 #10318253 未加载
caarlos0超过 9 年前
1 line shell function that does the same thing:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;caarlos0&#x2F;dotfiles&#x2F;blob&#x2F;master&#x2F;git&#x2F;aliases.zsh#L22-L24" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;caarlos0&#x2F;dotfiles&#x2F;blob&#x2F;master&#x2F;git&#x2F;aliases...</a>