mirror of
https://github.com/dockersrc/almalinux
synced 2025-09-17 21:57:50 -04:00
Some checks failed
almalinux-9 / almalinux-9 (push) Failing after 12m8s
almalinux-8-dev / almalinux-8-dev (push) Failing after 12m9s
almalinux-10 / almalinux-10 (push) Failing after 12m10s
almalinux-10-dev / almalinux-10-dev (push) Failing after 12m15s
almalinux-9-dev / almalinux-9-dev (push) Failing after 14m22s
almalinux-8 / almalinux-8 (push) Failing after 22m48s
almalinux / release-almalinux (push) Failing after 50m1s
18 lines
446 B
Plaintext
18 lines
446 B
Plaintext
# Files to ignore
|
|
# Tell docker to ignore .gitkeep
|
|
.gitkeep
|
|
# Tell docker to ignore .gitignore
|
|
.gitignore
|
|
# Tell docker to ignore node_modules/**
|
|
node_modules/**
|
|
# Tell docker to ignore .node_modules/**
|
|
.node_modules/**
|
|
# Tell docker to ignore **/.gitkeep
|
|
**/.gitkeep
|
|
# Tell docker to ignore **/.gitignore
|
|
**/.gitignore
|
|
# Tell docker to ignore **/node_modules/**
|
|
**/node_modules/**
|
|
# Tell docker to ignore **/.node_modules/**
|
|
**/.node_modules/**
|