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
|
# This is a lie. However, linguist does not support wgsl, so this is good-enough
|
||||||
**/shader/gen/* linguist-generated
|
# Show the amount of the code which is shader
|
||||||
piet-wgpu/shader/* linguist-language=wgsl
|
shader/*.wgsl linguist-language=glsl
|
||||||
|
# Potentially better syntax highlighting
|
||||||
|
# shader/*.wgsl linguist-language=Rust
|
||||||
|
|
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,5 +1 @@
|
||||||
/target
|
/target
|
||||||
**/*.rs.bk
|
|
||||||
.ninja_deps
|
|
||||||
.ninja_log
|
|
||||||
**/shader/gen
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue