If I want to make sure the same code runs on 2 different environments what files should be excluded when I publish so as to break the configuration?
e.g. if i copy the code from my development server to my production environment, i should not copy over the data/config/config.php file because it will overwrite the configuration unique to the production server. What other files/folders are unique to an installation and should not be overwritten? the rest of the /data folder? htaccess files?
updated by @dannya: 05/03/14 07:32:03PM