Skip to content

Commit b675ae1

Browse files
committed
linguist config
1 parent b8d4c01 commit b675ae1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitattributes

+7
Original file line numberDiff line numberDiff line change
@@ -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

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

5757
# Used by RuboCop. Remote config files pulled in from inherit_from directive.
58-
# .rubocop-https?--*
58+
# .rubocop-https?--*

0 commit comments

Comments
 (0)