metaunix-player-js/.gitignore
2018-02-26 17:08:35 -05:00

12 lines
197 B
Plaintext

# 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/