10 lines
120 B
YAML
10 lines
120 B
YAML
# Ignore git directory
|
|
.git/
|
|
|
|
.gitea/
|
|
|
|
# Ignore environment files (configure via docker-compose instead)
|
|
.env*
|
|
|
|
target/
|