some optimization for add files
This commit is contained in:
		@@ -3,10 +3,12 @@ package clientcmd
 | 
			
		||||
import (
 | 
			
		||||
	"fmt"
 | 
			
		||||
	"os"
 | 
			
		||||
 | 
			
		||||
	clientconfig "github.com/deranjer/gvc/client/clientconfig"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
//IgnoreFiles ignores file(s)/folder based on name/wildcard, etc
 | 
			
		||||
func IgnoreFiles() error {
 | 
			
		||||
func IgnoreFiles(input string, inputType string, ignore clientconfig.Ignore) error {
 | 
			
		||||
	fmt.Println("File/folder/wildcard to ignore", os.Args[2])
 | 
			
		||||
	return nil
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user