Skip to content

Commit

Permalink
Changes to be committed:
Browse files Browse the repository at this point in the history
	modified:   .gitignore
  • Loading branch information
transgirllucy committed Dec 4, 2024
1 parent 78b46f7 commit cff5407
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,45 @@ brewy-darwin-arm64
brewy-darwin-x64
brewy-linux
brewy-windows.exe

# Node.js dependencies
node_modules/

# Build output
dist/
.bun-build*

# Binaries
brewy
brewy-darwin-arm64
brewy-darwin-x64
brewy-linux
brewy-windows.exe

# Lock files
bun.lockb

# Logs
*.log

# OS generated files
.DS_Store
Thumbs.db

# Temporary files
*.tmp
*.temp

# Archive files
*.tar.gz

# IDE specific files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace

# Environment variables
.env

.*.bun-build

0 comments on commit cff5407

Please sign in to comment.