mirror of
https://github.com/casjaysdevdocker/remotely
synced 2025-10-14 02:02:22 -04:00
Some checks are pending
release-tag / release-image (push) Waiting to run
Dockerfile .dockerignore .env.scripts Jenkinsfile rootfs/usr/
17 lines
445 B
Plaintext
17 lines
445 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/** |