mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-01-29 09:01:21 +07:00
13 lines
149 B
Plaintext
13 lines
149 B
Plaintext
# Ignore Docker build files
|
|
Dockerfile
|
|
.dockerignore
|
|
|
|
# Ignore OS artifacts
|
|
**/.DS_Store
|
|
|
|
# Ignore Git files
|
|
.gitignore
|
|
|
|
# Ignore setup state
|
|
state/
|