mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-01-30 09:31:42 +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/
|