This commit is contained in:
felegy
2022-06-07 13:49:18 +02:00
commit 406542c680
101 changed files with 39737 additions and 0 deletions

12
project.toml Normal file
View File

@@ -0,0 +1,12 @@
api = "0.5"
[build]
exclude = [
".heroku",
".cache",
".composer",
".local",
".profile.d",
"vendor",
".env"
]