.gitkeep file is created #5584
Answered
by
LuisUrrutia
okahijiki
asked this question in
General Q&A
-
After doing truffle init, I get the following instead of the normal file structure. |
Beta Was this translation helpful? Give feedback.
Answered by
LuisUrrutia
Oct 2, 2022
Replies: 1 comment 3 replies
-
That is the default structure of If you want an "example" project, you must use |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
okahijiki
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is the default structure of
truffle init
The files
.gitkeep
allows git to track those folders even if they are empty.If you want an "example" project, you must use
truffle unbox <box-name>
, u can see the docs over here