diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-02-18 19:33:19 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-02-18 19:33:19 +0100 |
commit | 01a05a17870a3a537521f8eb68e835e27c4dff6b (patch) | |
tree | a7ae717fd92e483c94d03fae0d7405ff872fbb85 | |
parent | Implement default avatars #979 (diff) | |
download | server-01a05a17870a3a537521f8eb68e835e27c4dff6b.tar.xz |
Add .idea to gitignore
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index bc780d64..4a8d20de 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ config.json assets/cacheMisses .vscode/settings.json +.idea/ build @@ -18,4 +19,4 @@ build *.log.ansi *.tmp tmp/ -dump/ \ No newline at end of file +dump/ |