Add assets to gitattributes and gitignore

This commit is contained in:
2022-08-28 19:44:43 +02:00
parent 2a33aca802
commit 18aeb2417d
2 changed files with 18 additions and 0 deletions

14
.gitattributes vendored Normal file
View File

@@ -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

4
.gitignore vendored
View File

@@ -2,6 +2,10 @@
# Created by https://www.toptal.com/developers/gitignore/api/node # Created by https://www.toptal.com/developers/gitignore/api/node
# Edit at https://www.toptal.com/developers/gitignore?templates=node # Edit at https://www.toptal.com/developers/gitignore?templates=node
### Project ###
assets/image_cache
assets/cards
### Visual Studio Code ### ### Visual Studio Code ###
.vscode .vscode
# Except launch.json # Except launch.json