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.
1 parent 6fd6f6b commit d2f995aCopy full SHA for d2f995a
identify/extensions.py
@@ -319,6 +319,7 @@
319
'.csslintrc': EXTENSIONS['json'] | {'csslintrc'},
320
'.dockerignore': {'text', 'dockerignore'},
321
'.editorconfig': {'text', 'editorconfig'},
322
+ '.envrc': EXTENSIONS['bash'],
323
'.flake8': EXTENSIONS['ini'] | {'flake8'},
324
'.gitattributes': {'text', 'gitattributes'},
325
'.gitconfig': EXTENSIONS['ini'] | {'gitconfig'},
@@ -354,6 +355,7 @@
354
355
'copy.bara.sky': EXTENSIONS['bzl'],
356
'COPYING': EXTENSIONS['txt'],
357
'Dockerfile': {'text', 'dockerfile'},
358
+ 'direnvrc': EXTENSIONS['bash'],
359
'Gemfile': EXTENSIONS['rb'],
360
'Gemfile.lock': {'text'},
361
'GNUmakefile': EXTENSIONS['mk'],
0 commit comments