mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-23 18:06:34 +11:00
Improve the gitattributes and gitignore files (#234)
* Delete some not needed files * Specify wgsl * Finalise gitattributes
This commit is contained in:
parent
57d79bdf1f
commit
6cfd358f80
2 changed files with 5 additions and 7 deletions
8
.gitattributes
vendored
8
.gitattributes
vendored
|
@ -1,3 +1,5 @@
|
|||
**/shader/* linguist-language=glsl
|
||||
**/shader/gen/* linguist-generated
|
||||
piet-wgpu/shader/* linguist-language=wgsl
|
||||
# This is a lie. However, linguist does not support wgsl, so this is good-enough
|
||||
# Show the amount of the code which is shader
|
||||
shader/*.wgsl linguist-language=glsl
|
||||
# Potentially better syntax highlighting
|
||||
# shader/*.wgsl linguist-language=Rust
|
||||
|
|
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,5 +1 @@
|
|||
/target
|
||||
**/*.rs.bk
|
||||
.ninja_deps
|
||||
.ninja_log
|
||||
**/shader/gen
|
||||
|
|
Loading…
Add table
Reference in a new issue