toptal / gitignore.io

Create useful .gitignore files for your project
https://www.toptal.com/developers/gitignore
MIT License
8.27k stars 623 forks source link

option to choose a language instead of forcing #641

Open kim-dongryeong opened 2 months ago

kim-dongryeong commented 2 months ago

Issue Template

Frequently Asked Questions

Q: How do I submit a new .gitignore templates?
A: Please submit all new templates to @toptal/gitignore.

Q: How do I suggest modifications to existing .gitignore templates?
A: Modifictions should come in the form of pull requests at @toptal/gitignore.

Q: Why don't Gitignore.io's templates don't look exactly like the templates on @github/gitignore?
A: Gitignore.io tried to maintain parity with @github/gitignore, but GitHub's template list doesn't include many languages, operating systems, and IDE's that developers use. Gitignore.io's template list has over 100 more templates than GitHub's.

Q: Why is my local site empty?
A: When the repository is cloned, the --recursive flag is necessary. gitignore.io uses @toptal/gitignore as its data source. If the repo isn't cloned recursively, templates will be missing.

Issue

Development Environment:

Expected Behavior: I would like to browse https://www.toptal.com/developers/gitignore in English

Actual Behavior: I'm in Korea and in my computers there are some Korean related settings like keyboards, regions, etc.

Reproduction Steps: https://www.toptal.com/developers/gitignore

🐣💖