We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d4c01 commit b675ae1Copy full SHA for b675ae1
.gitattributes
@@ -0,0 +1,7 @@
1
+# github linguist settings
2
+Dockerfile linguist-detectable=false
3
+*.yml linguist-detectable=false
4
+*.yaml linguist-detectable=false
5
+*.erb linguist-language=Ruby
6
+# skip vendor/assets and static assets in public/
7
+public/**/*.* linguist-detectable=false
.gitignore
@@ -55,4 +55,4 @@ build-iPhoneSimulator/
55
.rvmrc
56
57
# Used by RuboCop. Remote config files pulled in from inherit_from directive.
58
-# .rubocop-https?--*
+# .rubocop-https?--*
0 commit comments