csdot icon indicating copy to clipboard operation
csdot copied to clipboard

Autogenerated code should be part of the gitignore and git should contain only placeholder files.

Open rajarshipoddar opened this issue 3 years ago • 0 comments

Autogenerated code should contain only placeholder files in git and code should be generated during build time and should be ignored using gitignore.

Also autogen code should have a mark/comment saying this is autogenerated file and should not be modified manually.

Following Files should be ignored.

src/csdot/Attributes/NodeAttribute.cs src/csdot/Attributes/SubgraphAttribute.cs src/csdot/Attributes/GraphAttribute.cs src/csdot/Attributes/ClusterAttribute.cs src/csdot/Attributes/EdgeAttribute.cs src/csdot/Attributes/Types/Attribute.cs

rajarshipoddar avatar Apr 29 '21 11:04 rajarshipoddar