diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..611ecd4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +# PHP dependencies and builds +vendor/ +node_modules/ +.env + +# MacOS Specific +.DS_Store + +# Windows Specific +Thumbs.db +Desktop.ini + +# App Specific Uploads / Generation Outputs +media/uploads/* +media/models/* +media/output/* +!media/uploads/.gitkeep +!media/models/.gitkeep +!media/output/.gitkeep + +# IDE and Editor Files +.idea/ +.vscode/ +*.swp +*.swo