Skip to content

[Config] Improve backend .gitignore to exclude build artifacts and logs - #1003

Open
davidsoniaudin2-oss wants to merge 1 commit into
StellarDevHub:mainfrom
davidsoniaudin2-oss:config/976-backend-gitignore
Open

[Config] Improve backend .gitignore to exclude build artifacts and logs#1003
davidsoniaudin2-oss wants to merge 1 commit into
StellarDevHub:mainfrom
davidsoniaudin2-oss:config/976-backend-gitignore

Conversation

@davidsoniaudin2-oss

Copy link
Copy Markdown

Description

Improves the backend .gitignore to be more comprehensive:

  • Added patterns for build output: dist/, build/
  • Added source map files: *.js.map, *.d.ts.map
  • Added log files: *.log, build.log, npm-debug.log*, etc.
  • Added process ID files: *.pid, *.pid.lock
  • Added environment files: .env.local, .env.production
  • Added generated files: .prisma/
  • Added OS files: .DS_Store, Thumbs.db
  • Added IDE directories: .vscode/, .idea/

Closes #976

Add patterns for: dist/, *.js.map, *.d.ts.map, build.log, *.pid, .env.*, logs and more. This ensures build artifacts and generated files are not tracked by git.

Closes StellarDevHub#976
@vercel

vercel Bot commented Jul 27, 2026

Copy link
Copy Markdown

@davidsoniaudin2-oss is attempting to deploy a commit to the Ayomide Adeniran's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Jul 27, 2026

Copy link
Copy Markdown

@davidsoniaudin2-oss Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

[Config] Improve backend .gitignore to exclude build artifacts and logs

1 participant