Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IntelliJ-rule "out/" cause all folders out to be excluded #630

Open
2 of 5 tasks
DenWin opened this issue Oct 27, 2023 · 0 comments
Open
2 of 5 tasks

IntelliJ-rule "out/" cause all folders out to be excluded #630

DenWin opened this issue Oct 27, 2023 · 0 comments

Comments

@DenWin
Copy link

DenWin commented Oct 27, 2023

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:

# 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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant