We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to keep my local and FTP files synchronized, but only the important files, such as .php etc
I created an "ignore" list that includes all binaries, it might be useful to someone:
{ "ignore": "ftpsync\\.settings|\\.gitignore|\\.git|Sublime Text 2/Packages|\\.raw|\\.exe|\\.mpi|\\.pdf|\\.psd|\\.ai|\\.doc|\\.xls|\\.docx|\\.xlsx|\\.7z|\\.zip|\\.rar|\\.tar|\\.gz|\\.gzip|\\.ace|\\.bmp|\\.jpg|\\.jpeg|\\.ico|\\.png|\\.gif|\\.tiff|\\.pic|\\.tga|\\.wmv|\\.avi|\\.mkv|\\.mp4|\\.mpg|\\.mpeg|\\.wav|\\.mp3|\\.ac3|\\.flac|\\.3gp", }
Just paste it to Preferences -> Package Settings -> FTPSync -> Settings - User
Now I can sync my site 100x faster than before, literally
The text was updated successfully, but these errors were encountered:
Use this to also ignore wp-admin and wp-includes folder, if you work on Wordpress:
{ "ignore": "ftpsync\\.settings|\\.gitignore|\\.git|Sublime Text 2/Packages|\\\\wp-admin\\\\|\\\\wp-includes\\\\|\\.raw|\\.exe|\\.mpi|\\.pdf|\\.psd|\\.ai|\\.doc|\\.xls|\\.docx|\\.xlsx|\\.7z|\\.zip|\\.rar|\\.tar|\\.gz|\\.gzip|\\.ace|\\.bmp|\\.jpg|\\.jpeg|\\.ico|\\.png|\\.gif|\\.tiff|\\.pic|\\.tga|\\.wmv|\\.avi|\\.mkv|\\.mp4|\\.mpg|\\.mpeg|\\.wav|\\.mp3|\\.ac3|\\.flac|\\.3gp", }
Sorry, something went wrong.
No branches or pull requests
I want to keep my local and FTP files synchronized, but only the important files, such as .php etc
I created an "ignore" list that includes all binaries, it might be useful to someone:
Just paste it to Preferences -> Package Settings -> FTPSync -> Settings - User
Now I can sync my site 100x faster than before, literally
The text was updated successfully, but these errors were encountered: