Skip to content

Cherry-pick .gitignore updates from website branch#120

Merged
blindzero merged 2 commits intomainfrom
copilot/update-gitignore-file
Jan 28, 2026
Merged

Cherry-pick .gitignore updates from website branch#120
blindzero merged 2 commits intomainfrom
copilot/update-gitignore-file

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 28, 2026

Summary

Synchronizes .gitignore with the version from the website branch (BlobSha: 5d364da) to ensure consistent ignore patterns across branches.

Motivation

The website branch contains updated .gitignore patterns for modern web development tooling (Docusaurus, vuepress, Yarn, npm) that are missing from main. These patterns prevent committing build artifacts, cache files, and dependencies.

Type of Change

  • Refactoring / internal improvement

Changes

  • Added .env.local to environment file patterns
  • Added npm/yarn/pnpm/lerna debug log patterns
  • Added logs entry (symlink/directory without trailing slash)
  • Added *.lcov and testresults.xml to coverage patterns
  • Added *.tgz to package archive patterns
  • Added vuepress v2.x patterns (.temp, .cache)
  • Added Docusaurus patterns (.docusaurus, .cache-loader)
  • Added .yarn-integrity for Yarn
  • Added node/npm website patterns (.npm, node_modules/, jspm_packages/)
  • Added runtime files section (pids, *.pid, *.seed, *.pid.lock)

Testing

  • Manual testing

How to test & review

Compare against website branch .gitignore (BlobSha: 5d364da532d267a7d4f41e35c5f6d8b81ed5c002). All new patterns are standard for PowerShell/Node.js projects with documentation tooling.

Checklist

  • Code follows STYLEGUIDE.md
  • Tests added or updated
  • Documentation updated
  • No UI/auth logic added to IdLE.Core
  • No breaking changes without discussion

Related Issues

None

Original prompt

Update the .gitignore file on the main branch with the version from the website branch.

The .gitignore file should be updated with the following content from the website branch (BlobSha: 5d364da532d267a7d4f41e35c5f6d8b81ed5c002):

# OS
Thumbs.db
.DS_Store
desktop.ini

# Visual Studio / .NET
*.user
*.suo
*.userosscache
*.sln.docstates
*.dbmdl
.vs/
bin/
obj/
TestResults/
*.cache
*.pdb
*.dll
*.exe
*.nuget/
*.nupkg

# Visual Studio Code
.vscode/
history/

# Environment files
.env
.env.*.local
.env.local

# Logs
*.log
logs/
logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Coverage & Tests
.coverage
coverage/
coverage.*
test-results.*
*.lcov
testresults.xml

# Packages
*.7z
*.zip
*.tar.gz
*.tgz
*.rar

# PowerShell / PowerShell Core
# PSReadLine history, transcripts and module/cache artifacts
**/ConsoleHost_history.txt
**/pwsh_history
*.transcript
*.pssc
ModuleAnalysisCache/
**/ModuleAnalysisCache/

# Build Directories
build/
dist/
deploy/
build_output/
BuildOutput/
artifacts/
*.bak

# vuepress v2.x temp and cache directory
.temp
.cache

# Docusaurus cache and generated files
.docusaurus
.cache-loader

# Yarn Integrity file
.yarn-integrity

# node & npm (website)
.npm
node_modules/
jspm_packages/

# Runtime files
# Runtime data
pids
*.pid
*.seed
*.pid.lock

# End of file

This cherry-picks the .gitignore changes from the website branch to main.

This pull request was created from Copilot chat.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: blindzero <13959569+blindzero@users.noreply.github.com>
Copilot AI changed the title [WIP] Update .gitignore file from website branch Cherry-pick .gitignore updates from website branch Jan 28, 2026
Copilot AI requested a review from blindzero January 28, 2026 07:16
@blindzero blindzero marked this pull request as ready for review January 28, 2026 07:27
Copilot AI review requested due to automatic review settings January 28, 2026 07:27
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.

@blindzero blindzero merged commit 56d2cda into main Jan 28, 2026
7 checks passed
@blindzero blindzero deleted the copilot/update-gitignore-file branch January 31, 2026 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants