diff --git a/.gitignore b/.gitignore index 117ee32c..4a74c238 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ app/node_modules app/assets/webpack -.github/workflows node_modules diff --git a/.github/workflows/docs.yml b/temp/workflows/docs.yml similarity index 100% rename from .github/workflows/docs.yml rename to temp/workflows/docs.yml diff --git a/.github/workflows/lint.yml b/temp/workflows/lint.yml similarity index 100% rename from .github/workflows/lint.yml rename to temp/workflows/lint.yml diff --git a/.github/workflows/linux.yml b/temp/workflows/linux.yml similarity index 100% rename from .github/workflows/linux.yml rename to temp/workflows/linux.yml diff --git a/.github/workflows/macos.yml b/temp/workflows/macos.yml similarity index 100% rename from .github/workflows/macos.yml rename to temp/workflows/macos.yml diff --git a/.github/workflows/windows.yml b/temp/workflows/windows.yml similarity index 100% rename from .github/workflows/windows.yml rename to temp/workflows/windows.yml