21 lines
377 B
Plaintext
21 lines
377 B
Plaintext
# Sublime Text files.
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# Removes some useless build files.
|
|
material/dist/*
|
|
#!material/dist
|
|
material/opengraph.png
|
|
|
|
# Removes the user defined template.
|
|
material/extra.html
|
|
|
|
# Removes node modules.
|
|
node_modules
|
|
|
|
# Removes the HTML version of README.
|
|
README.html
|
|
|
|
# Removes VS Code config that isn't useful for others.
|
|
.vscode/settings.json
|