-
-
Notifications
You must be signed in to change notification settings - Fork 455
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
chore: specify files/directories to exclude from git archives #2184
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TheCatLady
force-pushed
the
chore/gitattributes
branch
3 times, most recently
from
October 11, 2021 01:55
4b2604d
to
447c0ef
Compare
This was referenced Oct 11, 2021
TheCatLady
force-pushed
the
chore/gitattributes
branch
5 times, most recently
from
October 18, 2021 15:27
65a94de
to
c5f5bb0
Compare
TheCatLady
force-pushed
the
chore/gitattributes
branch
2 times, most recently
from
October 26, 2021 21:17
7309f48
to
50e6b07
Compare
TheCatLady
force-pushed
the
chore/gitattributes
branch
from
November 8, 2021 16:14
50e6b07
to
a996621
Compare
TheCatLady
force-pushed
the
chore/gitattributes
branch
from
December 4, 2021 12:43
a996621
to
ad05c0b
Compare
TheCatLady
force-pushed
the
chore/gitattributes
branch
from
December 11, 2021 19:04
ad05c0b
to
0bd6b54
Compare
TheCatLady
force-pushed
the
chore/gitattributes
branch
from
December 26, 2021 02:14
0bd6b54
to
f6944ce
Compare
TheCatLady
force-pushed
the
chore/gitattributes
branch
5 times, most recently
from
January 20, 2022 14:01
7772319
to
26ff360
Compare
TheCatLady
force-pushed
the
chore/gitattributes
branch
from
January 27, 2022 12:15
26ff360
to
9aeb703
Compare
TheCatLady
force-pushed
the
chore/gitattributes
branch
from
February 8, 2022 17:23
9aeb703
to
b2cd916
Compare
TheCatLady
force-pushed
the
chore/gitattributes
branch
from
March 12, 2022 23:33
b2cd916
to
255a926
Compare
TheCatLady
force-pushed
the
chore/gitattributes
branch
from
March 14, 2022 19:14
255a926
to
1344bb5
Compare
This comment was marked as resolved.
This comment was marked as resolved.
TheCatLady
force-pushed
the
chore/gitattributes
branch
from
July 4, 2022 02:29
1344bb5
to
4f517c2
Compare
This comment was marked as outdated.
This comment was marked as outdated.
2 flaky tests on run #2125 ↗︎
Details:
settings/discover-customization.cy.ts • 1 flaky test
user/profile.cy.ts • 1 flaky test
Review all test suite changes for PR #2184 ↗︎ |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
danshilm
approved these changes
Oct 16, 2023
danshilm
force-pushed
the
chore/gitattributes
branch
from
October 16, 2023 16:37
67fa6d6
to
ca44a81
Compare
For some reason those unformatted files are failing the lint check action, despite those files being ignored in prettier.
lenaxia
pushed a commit
to lenaxia/overseerr-oidc
that referenced
this pull request
Jan 3, 2024
Co-authored-by: Danshil Kokil Mungur <me@danshilm.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
@hotio and @linuxserver (and perhaps others) build and publish third-party Overseerr images from tarballs created by
git archive
.Currently, these archives contain files that aren't necessary to build Overseerr and shouldn't be included in final, built images. This PR specifies these files/directories to be excluded in
.gitattributes
.Screenshot (if UI-related)
N/A
To-Dos
N/A
Issues Fixed or Closed
N/A