Skip to content

Commit c4ef0ea

Browse files
committed
Add OSX and vim files to ignore
1 parent 271f432 commit c4ef0ea

File tree

1 file changed

+48
-3
lines changed

1 file changed

+48
-3
lines changed

.gitignore

+48-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,55 @@
1+
2+
# Created by https://www.gitignore.io/api/elixir,osx,vim
3+
4+
### Elixir ###
15
/_build
26
/cover
37
/deps
48
erl_crash.dump
59
*.ez
10+
*.beam
11+
12+
### Elixir Patch ###
613
/doc
14+
### OSX ###
15+
*.DS_Store
16+
.AppleDouble
17+
.LSOverride
18+
19+
# Icon must end with two \r
20+
Icon
21+
22+
# Thumbnails
23+
._*
24+
25+
# Files that might appear in the root of a volume
26+
.DocumentRevisions-V100
27+
.fseventsd
28+
.Spotlight-V100
29+
.TemporaryItems
30+
.Trashes
31+
.VolumeIcon.icns
32+
.com.apple.timemachine.donotpresent
33+
34+
# Directories potentially created on remote AFP share
35+
.AppleDB
36+
.AppleDesktop
37+
Network Trash Folder
38+
Temporary Items
39+
.apdisk
40+
41+
### Vim ###
42+
# swap
43+
[._]*.s[a-v][a-z]
44+
[._]*.sw[a-p]
45+
[._]s[a-v][a-z]
46+
[._]sw[a-p]
47+
# session
48+
Session.vim
49+
# temporary
50+
.netrwhist
51+
*~
52+
# auto-generated tag files
53+
tags
754

8-
# IntelliJ IDEA files
9-
/.idea
10-
/ueberauthgithub.iml
55+
# End of https://www.gitignore.io/api/elixir,osx,vim

0 commit comments

Comments
 (0)