Jump to content

Edit History

MaXi32

MaXi32


changed title

Hello guys, just a quick question that I could not find it mention anywhere about building my .gitignore for sensitive data for Prestashop 1.7.8.1. I want to create a git repository for my current Prestashop and I only want to exclude sensitive information from the .gitignore like username, password or any PHP session files plus the /var/cache folder. For the rest, I want to include it if they do not contain sensitive data.

This is my current .gitignore that I think they contain sensitive information and cache that should be ignored to be pushed to git repository:

/.htaccess

/app/config/parameters.yml

/app/config/parameters.php

/var

Is there any extra information that should be excluded in this list for example the session files .

MaXi32

MaXi32

Hello guys, just a quick question that I could not find it mention anywhere about building my .gitignore for sensitive data for Prestashop 1.7.8.1. I want to create a git repository for my current Prestashop and I only want to exclude sensitive information from the .gitignore like username, password or any PHP session files plus the /var/cache folder. For the rest, I want to include it if they do not contain sensitive data.

This is my current .gitignore that I think they contain sensitive information and cache that should be ignored to be pushed to git repository:

/.htaccess

/app/config/parameters.yml

/app/config/parameters.php

/var

Is there any extra information that should be excluded in this list for example the session files .

×
×
  • Create New...