File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Set the default behavior to have all files normalized to Unix-style
2
+ # line endings upon check-in.
3
+ * text =auto
4
+ # Declare files that will always have CRLF line endings on checkout.
5
+ * .bat text eol =crlf
6
+ # Denote all files that are truly binary and should not be modified.
7
+ * .dll binary
8
+ * .exp binary
9
+ * .lib binary
10
+ * .pdb binary
11
+ * .exe binary
12
+
Original file line number Diff line number Diff line change 2
2
* ~
3
3
\# * \#
4
4
5
+ # Mac
6
+ .DS_Store
7
+
8
+ # Eclipse
9
+ .classpath
10
+ .project
11
+ .settings /
12
+ target /
13
+
14
+ # Intellij
15
+ .idea /
16
+ .idea_modules /
17
+ * .iml
18
+ * .iws
19
+ * .class
20
+ * .log
21
+
22
+ # Others
23
+ .checkstyle
24
+ .fbExcludeFilterFile
25
+
5
26
# Byte-compiled / optimized / DLL files
6
27
__pycache__ /
7
28
* .py [cod ]
@@ -55,4 +76,3 @@ coverage.xml
55
76
56
77
# Sphinx documentation
57
78
docs /_build /
58
-
You can’t perform that action at this time.
0 commit comments