-
Notifications
You must be signed in to change notification settings - Fork 15
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
fix: streamline .dcignore
to exclude common build dirs [HEAD-1006]
#253
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
cat2608
had a problem deploying
to
snyk-msbuild-envs
December 4, 2023 14:33 — with
GitHub Actions
Error
cat2608
force-pushed
the
fix/HEAD-1006-fix-dcignore
branch
from
December 4, 2023 14:37
b8a7edb
to
5f7822b
Compare
cat2608
temporarily deployed
to
snyk-msbuild-envs
December 4, 2023 14:37 — with
GitHub Actions
Inactive
cat2608
temporarily deployed
to
snyk-msbuild-envs
December 4, 2023 15:46 — with
GitHub Actions
Inactive
cat2608
temporarily deployed
to
snyk-msbuild-envs
December 5, 2023 09:35 — with
GitHub Actions
Inactive
cat2608
force-pushed
the
fix/HEAD-1006-fix-dcignore
branch
from
December 5, 2023 11:16
ee2ed67
to
5cd2417
Compare
cat2608
temporarily deployed
to
snyk-msbuild-envs
December 5, 2023 11:16 — with
GitHub Actions
Inactive
cat2608
force-pushed
the
fix/HEAD-1006-fix-dcignore
branch
from
December 5, 2023 12:23
5cd2417
to
ce0aadb
Compare
cat2608
temporarily deployed
to
snyk-msbuild-envs
December 5, 2023 12:23 — with
GitHub Actions
Inactive
cat2608
force-pushed
the
fix/HEAD-1006-fix-dcignore
branch
from
December 6, 2023 10:48
ce0aadb
to
4fc4948
Compare
cat2608
temporarily deployed
to
snyk-msbuild-envs
December 6, 2023 10:48 — with
GitHub Actions
Inactive
cat2608
force-pushed
the
fix/HEAD-1006-fix-dcignore
branch
from
December 6, 2023 11:07
4fc4948
to
df6d0ca
Compare
cat2608
had a problem deploying
to
snyk-msbuild-envs
December 6, 2023 11:07 — with
GitHub Actions
Error
cat2608
force-pushed
the
fix/HEAD-1006-fix-dcignore
branch
from
December 6, 2023 11:11
df6d0ca
to
f7ff6af
Compare
cat2608
temporarily deployed
to
snyk-msbuild-envs
December 6, 2023 11:11 — with
GitHub Actions
Inactive
cat2608
temporarily deployed
to
snyk-msbuild-envs
December 7, 2023 06:25 — with
GitHub Actions
Inactive
cat2608
force-pushed
the
fix/HEAD-1006-fix-dcignore
branch
from
December 7, 2023 06:51
f7ff6af
to
bef50e0
Compare
cat2608
temporarily deployed
to
snyk-msbuild-envs
December 7, 2023 06:51 — with
GitHub Actions
Inactive
cat2608
temporarily deployed
to
snyk-msbuild-envs
December 7, 2023 07:20 — with
GitHub Actions
Inactive
cat2608
force-pushed
the
fix/HEAD-1006-fix-dcignore
branch
from
December 7, 2023 08:51
bef50e0
to
9bca230
Compare
cat2608
temporarily deployed
to
snyk-msbuild-envs
December 7, 2023 08:51 — with
GitHub Actions
Inactive
cat2608
force-pushed
the
fix/HEAD-1006-fix-dcignore
branch
from
December 7, 2023 09:23
9bca230
to
2d82028
Compare
cat2608
temporarily deployed
to
snyk-msbuild-envs
December 7, 2023 09:23 — with
GitHub Actions
Inactive
cat2608
force-pushed
the
fix/HEAD-1006-fix-dcignore
branch
from
December 7, 2023 09:43
2d82028
to
16bf97a
Compare
cat2608
temporarily deployed
to
snyk-msbuild-envs
December 7, 2023 09:43 — with
GitHub Actions
Inactive
Simplify the `.dcignore` removing specific and potentially unnecessary exclusions.
cat2608
force-pushed
the
fix/HEAD-1006-fix-dcignore
branch
from
December 7, 2023 10:01
16bf97a
to
41c51b6
Compare
cat2608
temporarily deployed
to
snyk-msbuild-envs
December 7, 2023 10:01 — with
GitHub Actions
Inactive
bastiandoetsch
approved these changes
Dec 7, 2023
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
Simplify the
.dcignore
removing specific and potentially unnecessary exclusions. This change is intended to avoid the accidental exclusion of important project files.Checklist
Screenshots / GIFs