From 18aeb2417dfbb65988a546f15a404ca2256e43ad Mon Sep 17 00:00:00 2001 From: Minzkraut Date: Sun, 28 Aug 2022 19:44:43 +0200 Subject: [PATCH] Add assets to gitattributes and gitignore --- .gitattributes | 14 ++++++++++++++ .gitignore | 4 ++++ 2 files changed, 18 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..10ebb93 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +# Images +*.bmp binary +*.exr binary +*.gif binary +*.hdr binary +*.iff binary +*.jpeg binary +*.jpg binary +*.pict binary +*.png binary +*.psd binary +*.tga binary +*.tif binary +*.tiff binary \ No newline at end of file diff --git a/.gitignore b/.gitignore index 5a64bbf..ab00d0a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,10 @@ # Created by https://www.toptal.com/developers/gitignore/api/node # Edit at https://www.toptal.com/developers/gitignore?templates=node +### Project ### +assets/image_cache +assets/cards + ### Visual Studio Code ### .vscode # Except launch.json