From 476e84229de7f431112f77883c1298da7f6f1679 Mon Sep 17 00:00:00 2001 From: Vadym Slizov Date: Fri, 3 Jul 2020 00:42:16 +0300 Subject: [PATCH] [refactoring] add .gitattributes to mark autogenerated files --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..26bd28c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +internal/php5/php5.go -diff -merge +internal/php5/php5.go linguist-generated=true +internal/php7/php7.go -diff -merge +internal/php7/php7.go linguist-generated=true +internal/scanner/scanner.go -diff -merge +internal/scanner/scanner.go linguist-generated=true \ No newline at end of file