Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can DreamWeaver _notes folders and dwsync.xml files be safely ignored by source control?

I see Dreamweaver generated _notes folders (containing dwsync.xml files) being checked into our source control system by our newly acquired design team.

I've never used Dreamweaver but Google research tells me they have something to do with synchronising files between the local machine and a remote server.

I am guessing this is meta-data specific to their machine and serves no useful purpose for other team members on other machines?

Can I safely configure their source control client to ignore this folder when checking in files and folders?

like image 263
Kev Avatar asked Oct 19 '11 00:10

Kev


1 Answers

According to this Adobe help article:

When you put or get a file in Adobe Dreamweaver CS4 and CS5, Dreamweaver locally stores the remote and local date/time stamps in files called dwsync.xml, which are located in hidden _notes folders in the same folder as the files being transferred.

Considering that, in case of corruption, Adobe's advice is to delete those files, close Dreamweaver, re-open it in order to re-generate said files, that means we are talking about generated content.

And generated content usually doesn't need to be versioned.

like image 173
VonC Avatar answered Sep 20 '22 06:09

VonC