Skip to content

Commit

Permalink
feat(gitignore): untracked vim/mac files
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgustavo committed Jan 7, 2019
1 parent 71b6c08 commit 8f5fb27
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion packages/bitcore-wallet-service/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,17 @@ out/
db/*
multilevel/db/*

.idea
.idea

# VIM ignore
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~

# OSX
.DS_Store
.AppleDouble
.LSOverride

0 comments on commit 8f5fb27

Please sign in to comment.