Skip to content

Commit

Permalink
Fix .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
spuder committed Dec 16, 2024
1 parent 055d2f6 commit 082e502
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 64 deletions.
64 changes: 0 additions & 64 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,68 +3,4 @@
# Gem build artifacts
*.gem
*.rbc

# Bundler-specific files
.bundle/
vendor/bundle
Gemfile.lock

# RVM/rbenv version files
.ruby-version
.ruby-gemset

# Development and temporary files
tmp/
log/
pkg/

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

# macOS system files
.DS_Store
.AppleDouble
.LSOverride

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# Compiled source
*.com
*.class
*.dll
*.exe
*.o
*.so

# Logs and databases
*.log
*.sqlite

# Environment files (potentially containing sensitive information)
.env
.env.local
.env.development
.env.test
.env.production

.csv
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.2.2

0 comments on commit 082e502

Please sign in to comment.