59 lines
794 B
Plaintext
59 lines
794 B
Plaintext
|
|
||
|
# 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
|
||
|
|
||
|
# End of https://www.gitignore.io/api/elixir,osx,vim
|
||
|
|
||
|
|
||
|
### VS Code ###
|
||
|
.elixir_ls
|