diff --git a/.gitignore b/.gitignore index f6c77e7..f8004d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ +# Build output - except the compiled CSS which is required for distribution dist/ +!dist/styles/ node_modules/ *.zip *.lock