Skip to content

Commit

Permalink
Simplified .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiospampinato committed Sep 24, 2023
1 parent bdc15f7 commit 28c00ed
Showing 1 changed file with 4 additions and 28 deletions.
32 changes: 4 additions & 28 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,39 +1,15 @@

# Numerous always-ignore extensions
*.diff
*~
*.err
*.log
*.orig
*.rej
*.swo
*.swp
*.vi
*.zip
*~
*.sass-cache
*.ruby-version
*.rbenv-version

# OS or Editor folders
._*
.cache
.DS_Store
.idea
.project
.settings
.tmproj
*.esproj
*.sublime-project
*.sublime-workspace
nbproject
Thumbs.db
.fseventsd
.DocumentRevisions*
.DS_Store
.TemporaryItems
.Trashes
Thumbs.db

# Other paths to ignore
bower_components
dist
node_modules
package-lock.json
dist

0 comments on commit 28c00ed

Please sign in to comment.