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/
|