We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56bebfb commit 06e921dCopy full SHA for 06e921d
2 files changed
.gitattributes
@@ -0,0 +1,28 @@
1
+# Set default line ending behavior for all files
2
+* text=lf
3
+
4
+# Explicitly declare text files you want to always be normalized and converted
5
+# to native line endings on checkout.
6
+*.rb text=lf
7
+*.rake text=lf
8
+*.gemspec text=lf
9
+Gemfile text=lf
10
+Gemfile.lock text=lf
11
+Rakefile text=lf
12
+*.md text=lf
13
+*.yml text=lf
14
+*.yaml text=lf
15
+*.json text=lf
16
+*.txt text=lf
17
+*.sh text=lf
18
19
+# Denote all files that are truly binary and should not be modified.
20
+*.png binary
21
+*.jpg binary
22
+*.jpeg binary
23
+*.gif binary
24
+*.ico binary
25
+*.pdf binary
26
+*.zip binary
27
+*.tar binary
28
+*.gz binary
.gitignore
@@ -9,3 +9,6 @@
# rspec failure tracking
.rspec_status
+# built gem files
+*.gem
0 commit comments