Miquel Brazil
10/21/2019, 4:26 PM.idea/suiteapp
directory should be included in version control as it contains the XML templates for the NS objects. I would imagine these should be shared with other developers on the team when they clone or update their local repo. However, three files I’m unsure whether they should be included are netsuite.xml
, netsuite.sign
and netsuite.pkey
which are all located under the root .idea
folder. An inspection of the netsuite.xml
file shows that it contains the Token ID and Secret used for TBA connection to the NetSuite account which should automatically exclude it from repo inclusion. I’m trying to determine if this is standard practice among other devs. I’m also trying to determine how the Master Account Password is affected by this. It’s my understanding that it’s project based. Would another developer need to create their own Master Password when they clone the repo and begin working? What other inclusion/exclusions from the .idea
folder do I need to consider?