File tree 1 file changed +48
-3
lines changed
1 file changed +48
-3
lines changed Original file line number Diff line number Diff line change
1
+
2
+ # Created by https://www.gitignore.io/api/elixir,osx,vim
3
+
4
+ # ## Elixir ###
1
5
/_build
2
6
/cover
3
7
/deps
4
8
erl_crash.dump
5
9
* .ez
10
+ * .beam
11
+
12
+ # ## Elixir Patch ###
6
13
/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
7
54
8
- # IntelliJ IDEA files
9
- /.idea
10
- /ueberauthgithub.iml
55
+ # End of https://www.gitignore.io/api/elixir,osx,vim
You can’t perform that action at this time.
0 commit comments