Skip to content

Commit

Permalink
Added .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Balackburn committed Oct 23, 2024
1 parent b05b282 commit dc91548
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
33 changes: 32 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,32 @@
**/.DS_Store
**/.DS_Store
node_modules/
bun.lockb

# Build output
dist/
.cache/
*.log

# Environment files
.env
.env.*
!.env.example

# Editor directories and files
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# System Files
.DS_Store
Thumbs.db

# TypeScript
*.tsbuildinfo

# Vite
vite.config.ts.timestamp-*
Binary file removed bun.lockb
Binary file not shown.
Submodule https!github.com!YTLitePlus!ytliteplus.github.io deleted from 237a08

0 comments on commit dc91548

Please sign in to comment.