Excluding Dreamweaver site admin files in GIT

Since I’ve seen many clients and shops using GIT for their source code version control system, I’ve also seem many of these that use Adobe Dreamweaver as well, and their repositories littered with the Dreamweaver files of /_notes/ and dwsync.xml and while these are great for Dreamweaver, they are either no use, of bad for pretty much everything else.

There is a pretty simple way to make sure that these files are kept as local and aren’t added into your repositories. Just set up these two entries in your .gitignore file:

**/_notes
**/dwsync.xml

Leave a Reply

Your email address will not be published. Required fields are marked *