File tree 1 file changed +69
-16
lines changed
1 file changed +69
-16
lines changed Original file line number Diff line number Diff line change
1
+ # Generated by http://gitignore.io
2
+
3
+ # ## OSX ###
4
+ .DS_Store
5
+ .AppleDouble
6
+ .LSOverride
7
+ Icon
8
+
9
+
10
+ # Thumbnails
11
+ ._ *
12
+
13
+ # Files that might appear on external disk
14
+ .Spotlight-V100
15
+ .Trashes
16
+
17
+ # ## Windows ###
18
+ # Windows image file caches
19
+ Thumbs.db
20
+ ehthumbs.db
21
+
22
+ # Folder config file
23
+ Desktop.ini
24
+
25
+ # Recycle Bin used on file shares
26
+ $RECYCLE.BIN /
27
+
28
+ # ## Linux ###
29
+ . *
30
+ ! .gitignore
31
+ * ~
32
+
33
+ # ## SublimeText ###
34
+ # SublimeText project files
35
+ * .sublime-workspace
36
+
37
+ # ## Node ###
38
+ lib-cov
39
+ * .seed
40
+ * .log
41
+ * .csv
42
+ * .dat
43
+ * .out
44
+ * .pid
45
+ * .gz
46
+
47
+ pids
48
+ logs
49
+ results
50
+
51
+ npm-debug.log
52
+ node_modules
53
+
54
+ # ## Go ###
1
55
# Compiled Object files, Static and Dynamic libs (Shared Objects)
2
- * .o
3
- * .a
4
- * .so
56
+ # *.o
57
+ # *.a
58
+ # *.so
5
59
6
60
# Folders
7
- _obj
8
- _test
61
+ # _obj
62
+ # _test
9
63
10
64
# Architecture specific extensions/prefixes
11
- * . [568vq ]
12
- [568vq ].out
65
+ # *.[568vq]
66
+ # [568vq].out
13
67
14
- * .cgo1.go
15
- * .cgo2.c
16
- _cgo_defun.c
17
- _cgo_gotypes.go
18
- _cgo_export. *
68
+ # *.cgo1.go
69
+ # *.cgo2.c
70
+ # _cgo_defun.c
71
+ # _cgo_gotypes.go
72
+ # _cgo_export.*
19
73
20
- _testmain.go
74
+ # _testmain.go
21
75
22
- * .exe
23
- * .test
24
- * .prof
76
+ # *.exe
77
+ * .csv
You can’t perform that action at this time.
0 commit comments