inspectit-ocelot icon indicating copy to clipboard operation
inspectit-ocelot copied to clipboard

Provide gitignore file for the configuration server's working directory

Open mariusoe opened this issue 5 years ago • 0 comments

Currently, the configuration server's working directory contain files which will not be committed, e.g. the "users.db" file. When showing the working directories Git status, these files will always appear as new files.

In order to solve this problem, the configuration server can provide a ".gitignore" file for its working directory, which excludes these specific files from the working directory's local Git repository.

mariusoe avatar Jul 14 '20 08:07 mariusoe