Skip to content
New issue

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

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

Already on GitHub? # to your account

Correction needed in .gitignore file: Missing leading dot in file patterns #4094

Open
Bekione opened this issue Dec 12, 2023 · 0 comments
Open

Comments

@Bekione
Copy link

Bekione commented Dec 12, 2023

Issue Description:

I noticed a problem in the .gitignore file. The file patterns *iml, *iws, and ishopdb are missing the leading dot (.), which may cause them to not match the intended files.

Suggested Correction:

To fix this issue, the correct patterns should be *.iml, *.iws, and .ishopdb. These corrections will ensure that the .gitignore file functions as intended, properly excluding IntelliJ IDEA project files and the ishopdb directory.

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

No branches or pull requests

1 participant