mirror of
https://github.com/dockersrc/almalinux
synced 2025-09-18 15:57:43 -04:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
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
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
This commit is contained in:
17
.dockerignore
Normal file
17
.dockerignore
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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/**
|
Reference in New Issue
Block a user