From 1b384483947913fb7cd0a8194bbdc4288ab2f67c Mon Sep 17 00:00:00 2001 From: l4p1n Date: Tue, 31 Dec 2019 13:22:58 +0100 Subject: [PATCH] Add gitignore files for user avatars and guild icons --- public/img/guild_icons/.gitignore | 2 ++ public/img/usr_avatars/.gitignore | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 public/img/guild_icons/.gitignore create mode 100644 public/img/usr_avatars/.gitignore diff --git a/public/img/guild_icons/.gitignore b/public/img/guild_icons/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/public/img/guild_icons/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/public/img/usr_avatars/.gitignore b/public/img/usr_avatars/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/public/img/usr_avatars/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore