bfabiszewski / ulogger-server

μlogger • web viewer for tracks uploaded with μlogger mobile client
GNU General Public License v3.0
538 stars 85 forks source link

.gitignore added and config.php added to be ignored #94

Closed jchnbckr closed 5 years ago

jchnbckr commented 5 years ago

config.php is a local file for running the application exisiting on all installed and configured environments and not for repo

bfabiszewski commented 5 years ago

Thanks, but I prefer that each developer creates their own .gitignore file. People use different tools, have different needs.

jchnbckr commented 5 years ago

okay it is normally that you create an xxx.default.xxx file for configuration or settings and submit it with the code and add the real files without .default to the repo ignore file. makes it easy to sync the code with the servers using the direct revision instead of copy files ot zipping

for git repo .gitignore is the designed way and it is independent from the tools