learn-wgpu/.gitignore

20 lines
163 B
Plaintext
Raw Normal View History

2019-10-16 23:35:58 +00:00
node_modules/
target/
2019-11-05 08:02:41 +00:00
.vscode/
.idea/
2019-11-05 08:02:41 +00:00
2020-03-30 01:51:50 +00:00
/image.png
/output*.*
2020-10-17 20:51:41 +00:00
output/
/trace
2021-05-02 02:26:28 +00:00
*trace.zip
2020-12-12 22:53:42 +00:00
secrets.txt
tree.txt
Chunk*
.yarn/*
!.yarn/releases
!.yarn/plugins
.pnp.*