#105_kontaktformular #121

Merged
muli merged 21 commits from #105_kontaktformular into main 2022-08-23 21:58:46 +02:00
Showing only changes of commit bbc1bc2b61 - Show all commits

11
.gitignore vendored
View File

@ -14,6 +14,7 @@ temp/
.DS_Store
.AppleDouble
.LSOverride
.nova
# Icon must end with two \r
Icon
@ -86,8 +87,12 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk
# Python virtual enviroment
env
### Python ###
# Compiled python
*.pyc
# Virtaul environments
.env
venv
.venv
env
venv