Skip to content

Commit bfd336d

Browse files
authored
Add .ignore as ignore list filename (#7070)
* Add `.ignore` as ignore list filename * Create `.ignore` sample
1 parent c485d9d commit bfd336d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

lib/linguist/languages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3115,6 +3115,7 @@ Ignore List:
31153115
- ".eleventyignore"
31163116
- ".eslintignore"
31173117
- ".gitignore"
3118+
- ".ignore"
31183119
- ".markdownlintignore"
31193120
- ".nodemonignore"
31203121
- ".npmignore"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.git/
2+
# Prevent tooling from reading vendored files
3+
vendor/
4+
dist/
5+
6+
*.log

0 commit comments

Comments
 (0)