Add assets to gitattributes and gitignore
This commit is contained in:
14
.gitattributes
vendored
Normal file
14
.gitattributes
vendored
Normal 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
4
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user