diff --git a/.gitattributes b/.gitattributes index 66738860ad..78208eca78 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,20 +1,30 @@ -app/* linguist-detectable=false -app/* linguist-detectable=false -app/*/* linguist-detectable=false -app/*/*/* linguist-detectable=false -app/*/*/*/* linguist-detectable=false -app/*/*/*/*/* linguist-detectable=false +; app/* linguist-detectable=false +; app/* linguist-detectable=false +; app/*/* linguist-detectable=false +; app/*/*/* linguist-detectable=false +; app/*/*/*/* linguist-detectable=false +; app/*/*/*/*/* linguist-detectable=false app/config/* linguist-detectable=false app/config/* linguist-detectable=false app/config/*/* linguist-detectable=false app/config/*/*/* linguist-detectable=false app/config/*/*/*/* linguist-detectable=false -# src/* linguist-detectable=false -# src/* linguist-detectable=false -# src/*/* linguist-detectable=false -# src/*/*/* linguist-detectable=false -# src/*/*/*/* linguist-detectable=false -# src/*/*/*/*/* linguist-detectable=false +app/controllers/* linguist-detectable=false +app/controllers/* linguist-detectable=false +app/controllers/*/* linguist-detectable=false +app/controllers/*/*/* linguist-detectable=false +app/controllers/*/*/*/* linguist-detectable=false +app/workers/* linguist-detectable=false +app/workers/* linguist-detectable=false +app/workers/*/* linguist-detectable=false +app/workers/*/*/* linguist-detectable=false +app/workers/*/*/*/* linguist-detectable=false +; src/* linguist-detectable=false +; src/* linguist-detectable=false +; src/*/* linguist-detectable=false +; src/*/*/* linguist-detectable=false +; src/*/*/*/* linguist-detectable=false +; src/*/*/*/*/* linguist-detectable=false tests/* linguist-detectable=false tests/*/* linguist-detectable=false tests/*/*/* linguist-detectable=false