From af80466caf25875cd21bd9bbf8a154268b33db30 Mon Sep 17 00:00:00 2001 From: Ryan Ling Date: Thu, 29 Dec 2022 09:25:56 +1100 Subject: [PATCH] Ignore `Dockerfile-incunabulum` from Git (#1072) --- .changeset/big-files-wave.md | 7 +++++++ .../configure/analysis/__snapshots__/project.test.ts.snap | 1 + template/base/_.gitignore | 1 + 3 files changed, 9 insertions(+) create mode 100644 .changeset/big-files-wave.md diff --git a/.changeset/big-files-wave.md b/.changeset/big-files-wave.md new file mode 100644 index 000000000..769c5d265 --- /dev/null +++ b/.changeset/big-files-wave.md @@ -0,0 +1,7 @@ +--- +'skuba': patch +--- + +lint, template: Ignore `Dockerfile-incunabulum` from Git + +This automation file is added to the working directory by our [npm packaging pipeline](https://github.com/SEEK-Jobs/gutenberg) and should not be committed in a [GitHub autofix](https://seek-oss.github.io/skuba/docs/deep-dives/github.html#github-autofixes). diff --git a/src/cli/configure/analysis/__snapshots__/project.test.ts.snap b/src/cli/configure/analysis/__snapshots__/project.test.ts.snap index 6aa8ba674..65d325659 100644 --- a/src/cli/configure/analysis/__snapshots__/project.test.ts.snap +++ b/src/cli/configure/analysis/__snapshots__/project.test.ts.snap @@ -76,6 +76,7 @@ node_modules*/ .npmrc *.tgz *.tsbuildinfo +Dockerfile-incunabulum npm-debug.log package-lock.json yarn-error.log diff --git a/template/base/_.gitignore b/template/base/_.gitignore index 48187c6cf..2eeb98231 100644 --- a/template/base/_.gitignore +++ b/template/base/_.gitignore @@ -17,6 +17,7 @@ node_modules*/ .npmrc *.tgz *.tsbuildinfo +Dockerfile-incunabulum npm-debug.log package-lock.json yarn-error.log