-
Notifications
You must be signed in to change notification settings - Fork 413
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
tidy up .gitignore files #2910
tidy up .gitignore files #2910
Conversation
base/src/main/resources/dokka/scripts/main.js | ||
base/src/main/resources/dokka/scripts/main.js.map |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file duplicated the ignores in:
Lines 1 to 7 in 6b46d95
src/main/resources/dokka/scripts/main.js | |
src/main/resources/dokka/scripts/main.css | |
src/main/resources/dokka/scripts/main.js.map | |
src/main/resources/dokka/scripts/highlight-* | |
src/main/resources/dokka/scripts/vendors~* | |
search-component/dist/ | |
/src/main/resources/dokka/styles/main.css |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't even know you could have non-root gitignore files 😮
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, they're nice because if there's something very specific that should be ignored then they're (slightly) more likely to be kept up to date as the project evolves
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Must've been a template, with things added to the end as time went on, thus the duplicates. I agree that the less unnecessary/confusing things, the better 👍 Thanks!
.idea/
subdirectories (.idea/
is already ignored)