Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

github gitattributes ignore files for statistics

#add in a .gitattributes file something like this
*.js linguist-vendored #to ignore all .js files
/IHM/*.html linguist-vendored #to ignore all .html files in the IHM folder
/doc/*.html linguist-documentation #to ignore documentation files
/QT/*.o linguist-generated #to ignore auto generated files
Source by github.com #
 
PREVIOUS NEXT
Tagged: #github #gitattributes #ignore #files #statistics
ADD COMMENT
Topic
Name
1+5 =