Skip to content

Commit 00f482b

Browse files
committed
linguist config
1 parent b8d4c01 commit 00f482b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.gitignore

+9-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,12 @@ build-iPhoneSimulator/
5555
.rvmrc
5656

5757
# Used by RuboCop. Remote config files pulled in from inherit_from directive.
58-
# .rubocop-https?--*
58+
# .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

Comments
 (0)