diff --git a/.gitignore b/.gitignore index f0d56df..c2e95cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ /target Cargo.lock projekt-db -SECRET \ No newline at end of file +SECRET +/media/backround/* +/media/profile_pictures/* +!/media/backround/default.* +!/media/profile_pictures/default.* \ No newline at end of file diff --git a/media/profile_pictures/default.png b/media/profile_pictures/default.png new file mode 100644 index 0000000..9877735 Binary files /dev/null and b/media/profile_pictures/default.png differ diff --git a/src/main.rs b/src/main.rs index 068dfe8..5f2602e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -165,6 +165,16 @@ pub fn routes() -> impl Filter impl Filter