Flutter-Bounty-Hunters / static_shock

A static site generator for Dart.
MIT License
58 stars 5 forks source link

/build folder missing in generated .gitignore #129

Closed suragch closed 4 weeks ago

suragch commented 1 month ago

The default content of .gitignore is:

# Build output
/website_build

# https://dart.dev/guides/libraries/private-files
# Created by `dart pub`
.dart_tool/

There is no /website_build folder that I known of. This should probably be changed to /build.

suragch commented 4 weeks ago

This has been fixed in the latest version of Static Shock.