Skip to content

Commit

Permalink
Shorten list of filenames excluded from versioning
Browse files Browse the repository at this point in the history
I could've just written `Simplify .gitignore`, but I love it when commit
titles fall on precisely 50 characters. Just like I get odd satisfaction
from lining every commit body's paragraph at 72 characters without added
spaces or hyphenation.

Live fast, die young, tag @tpope so he knows how much his commit-writing
guidelines warped me. For the better.
  • Loading branch information
Alhadis committed May 15, 2018
1 parent c828ed4 commit 67c80e1
Showing 1 changed file with 15 additions and 25 deletions.
40 changes: 15 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,28 +1,18 @@
## Mac OS/X
.apdisk
.AppleDB
.AppleDesktop
.AppleDouble
.DS_Store
.LSOverride
._*


## IDE-specific
sftp-config.json
.project


## Windows
Desktop.ini
Thumbs.db
ehthumbs.db
$RECYCLE.BIN/
*.lnk


## Other
error_log
node_modules
Desktop.ini
bower_components
components
npm-debug.log
node_modules
package-lock.json
._*
.\#*
\#*\#
*~
*.log
*.lock
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
!urls.log

0 comments on commit 67c80e1

Please sign in to comment.