Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# See https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files for more about ignoring files.

# Workaround for Nx bug: parent .gitignore files with '*' can cause
# `nx show projects` to return nothing by ignoring subprojects.
# See: https://github.com/nrwl/nx/issues/27368
# Unignore everything to ensure Nx detects all projects
!*

# compiled output
dist
tmp
Expand Down Expand Up @@ -45,4 +51,4 @@ upload
.rollup.cache
*.tsbuildinfo

/result
/result
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neovim automatically added a POSIX-compliant end-of-line.
I think we should keep it.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.