* Add modifications to include the configuration for YAML and DevOps * Clean the Dockerfile * Modify the name of testing environment and include YAML tests
14 lines
84 B
Plaintext
14 lines
84 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Git
|
|
.git
|
|
.cache
|
|
|
|
# Classes
|
|
**/*.class
|
|
|
|
# Ignore md files
|
|
*.md
|