Adjusted gitignore

This commit is contained in:
Janic Voser 2022-10-18 00:14:56 +02:00
parent 414473c8c8
commit a51a89a968

8
.gitignore vendored
View File

@ -21,3 +21,11 @@
# Go workspace file # Go workspace file
go.work go.work
# Ignore cached files
src/*/cache/*
# Ignore pycache bullshit
config/__pycache__
# Template generated files:
src/docker-compose.yml