1
0
mirror of https://github.com/CesiumGS/obj2gltf.git synced 2025-02-20 09:33:50 -05:00
2021-08-02 10:46:58 -04:00

13 lines
175 B
Plaintext

# Ignore everything
*
# Unignore directories (to all depths) and unignore code and style files in these directories
!bin/**/
!doc/**/
!lib/**/
!specs/**/
!**/*.js
!**/*.md