commit 868c380c632ea3528dd388abd4ac50517cf42cc3 Author: Aldarien Date: Wed Nov 9 14:55:37 2022 -0300 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e1ccfc6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Env +**/*.env + +# Composer +**/vendor/ + +# Views +**/cache/ + +# IDE +**/.idea +**/.vscode