metaunix-player-js/.gitignore

12 lines
197 B
Plaintext
Raw Normal View History

2018-02-26 10:43:35 -05:00
# index.html is used as a test file and should not be copied into git
index.html
# ignore the compiled files
build/
# ignore node_module directory
node_modules/
# ignore SASS cache
.sass-cache/