We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 880ac27 + d2f995a commit 149074eCopy full SHA for 149074e
identify/extensions.py
@@ -325,6 +325,7 @@
325
'.csslintrc': EXTENSIONS['json'] | {'csslintrc'},
326
'.dockerignore': {'text', 'dockerignore'},
327
'.editorconfig': {'text', 'editorconfig'},
328
+ '.envrc': EXTENSIONS['bash'],
329
'.flake8': EXTENSIONS['ini'] | {'flake8'},
330
'.gitattributes': {'text', 'gitattributes'},
331
'.gitconfig': EXTENSIONS['ini'] | {'gitconfig'},
@@ -362,6 +363,7 @@
362
363
'copy.bara.sky': EXTENSIONS['bzl'],
364
'COPYING': EXTENSIONS['txt'],
365
'Dockerfile': {'text', 'dockerfile'},
366
+ 'direnvrc': EXTENSIONS['bash'],
367
'Gemfile': EXTENSIONS['rb'],
368
'Gemfile.lock': {'text'},
369
'GNUmakefile': EXTENSIONS['mk'],
0 commit comments