Add .gitattributes and .gitignore files for SVG handling and node_modules exclusion
This commit is contained in:
parent
ebdeda65a5
commit
829e4a9392
2 changed files with 2 additions and 0 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
*.svg text diff
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/node_modules/
|
||||
Loading…
Reference in a new issue