File tree 1 file changed +64
-0
lines changed
1 file changed +64
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Linux files
2
+ * ~
3
+
4
+ # OS X files
5
+ .DS_Store
6
+ .AppleDouble
7
+ .LSOverride
8
+ Icon
9
+ ._ *
10
+ .Spotlight-V100
11
+ .Trashes
12
+
13
+ # Windows files
14
+ Thumbs.db
15
+ ehthumbs.db
16
+ Desktop.ini
17
+ $RECYCLE.BIN /
18
+
19
+ # Vim files
20
+ . * .s [a-w ][a-z ]
21
+ * .un~
22
+ Session.vim
23
+ .netrwhist
24
+ * ~
25
+
26
+ # SublimeText project files
27
+ * .sublime-workspace
28
+
29
+ # TextMate files
30
+ * .tmproj
31
+ * .tmproject
32
+ tmtags
33
+
34
+ # Eclipse files (covers most of the basic stuff, you might need to add more)
35
+ .classpath
36
+ .project
37
+ .settings
38
+
39
+ # Intellij files
40
+ * .iml
41
+ * .ipr
42
+ * .iws
43
+ .idea /
44
+
45
+ # Emacs files
46
+ * ~
47
+ \# * \#
48
+ /.emacs.desktop
49
+ /.emacs.desktop.lock
50
+ .elc
51
+ auto-save-list
52
+ tramp
53
+ . \# *
54
+
55
+ # Org-mode files
56
+ .org-id-locations
57
+ * _archive
58
+
59
+ # Testing files
60
+ .molecule /
61
+ .cache
1
62
.molecule
2
63
.tox
64
+ .vagrant
3
65
molecule /* /.molecule
66
+ tests /__pycache__
67
+
You can’t perform that action at this time.
0 commit comments