Skip to content

Commit

Permalink
Add OSX and vim files to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspork committed Jul 18, 2017
1 parent 271f432 commit c4ef0ea
Showing 1 changed file with 48 additions and 3 deletions.
51 changes: 48 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,55 @@

# Created by https://www.gitignore.io/api/elixir,osx,vim

### Elixir ###
/_build
/cover
/deps
erl_crash.dump
*.ez
*.beam

### Elixir Patch ###
/doc
### OSX ###
*.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# 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

### Vim ###
# swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
# session
Session.vim
# temporary
.netrwhist
*~
# auto-generated tag files
tags

# IntelliJ IDEA files
/.idea
/ueberauthgithub.iml
# End of https://www.gitignore.io/api/elixir,osx,vim

0 comments on commit c4ef0ea

Please sign in to comment.