Skip to content

Commit

Permalink
Merge pull request #39 from ShaunLawrie/prerelease
Browse files Browse the repository at this point in the history
Update to Spectre.Console 0.49.0 :)
  • Loading branch information
ShaunLawrie authored Apr 25, 2024
2 parents 5f78d3e + 2bc1b64 commit a1cad8f
Show file tree
Hide file tree
Showing 42 changed files with 1,377 additions and 1,308 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
*.cast binary
*.cast binary linguist-generated=true
62 changes: 33 additions & 29 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,29 +1,33 @@
src/packages
# build output
dist/
# generated types
.astro/

# dependencies
node_modules/

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*


# environment variables
.env
.env.production

# macOS-specific files
.DS_Store

# Exclude packages folder
PwshSpectreConsole/packages
PwshSpectreConsole.Tests/packages

# Exclude working folder
Working/
src/packages
# build output
dist/
# generated types
.astro/

# dependencies
node_modules/

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*


# environment variables
.env
.env.production

# macOS-specific files
.DS_Store

# Exclude packages folder
PwshSpectreConsole/packages
PwshSpectreConsole.Tests/packages

# Exclude working folder
Working/

# dotnet build files
bin/
obj/

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit a1cad8f

Please sign in to comment.