You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I had the problem, that one of my folder is called "/something/something/out" and a file added here was ignored due to the intelliJ-rule:
# IntelliJ
out/
Development Environment:
Machine (Local, Container, Virtual): Local
Operating System (Name/Version): Windows
Web Browser (Name/Version):
Vapor Version:
Swift Version:
Expected Behavior:
Well with
# IntelliJ
/out/
it would not have happend.
Actually most of the exclusions should be added with this leading slash!
Actual Behavior:
Reproduction Steps:
The text was updated successfully, but these errors were encountered:
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
I had the problem, that one of my folder is called "/something/something/out" and a file added here was ignored due to the intelliJ-rule:
Development Environment:
Expected Behavior:
Well with
it would not have happend.
Actually most of the exclusions should be added with this leading slash!
Actual Behavior:
Reproduction Steps:
The text was updated successfully, but these errors were encountered: