We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d4c01 commit 00f482bCopy full SHA for 00f482b
.gitignore
@@ -55,4 +55,12 @@ build-iPhoneSimulator/
55
.rvmrc
56
57
# Used by RuboCop. Remote config files pulled in from inherit_from directive.
58
-# .rubocop-https?--*
+# .rubocop-https?--*
59
+
60
+# github linguist settings
61
+Dockerfile linguist-detectable=false
62
+*.yml linguist-detectable=false
63
+*.yaml linguist-detectable=false
64
+*.erb linguist-language=Ruby
65
+# skip vendor/assets and static assets in public/
66
+public/**/*.* linguist-detectable=false
0 commit comments