12 lines
197 B
Plaintext
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/
|