Is it possible to share the ignore.conf with all clients via the shared configuration repository plastic-global-config ? I can't seem to find any documentation regarding that special repo except for custom extension configurations.
Asked
Active
Viewed 170 times
1 Answers
0
The "client.conf" is a client side configuration file. The user-global ignore file is a file that affects to all the machine workspaces and not only a specific one.
But as a client config file, if you want to share this file with the different Plastic users, I would recommend you to commit it into your repository. This way all the developers will be able to download it. If you prefer, to independently customize the ignored files, keep it as private (local not committed file).

Carlos Alba Zamanillo
- 1,271
- 1
- 9
- 11
-
Thanks! so to confirm, there is not a way to pre-define ignore rules for all users of a repo server. correct? – diegohb Nov 09 '15 at 21:19