ko4life-net / Fire-Drake-Project-v1453

https://ko4life.net/topic/1258-ko4life-fire-drake-project-v1453/
GNU General Public License v3.0
9 stars 9 forks source link

Suggested Project Structure #4

Open ko4life-psko opened 4 years ago

ko4life-psko commented 4 years ago
+---asset - All resources stuff that are used by the project, i.e. images, files, etc..
|       submodule-client-stuff.repo
|
+---contrib - Helpful tools, i.e. scripts
+---database - Database related stuff
|       submodule-db-stuff.repo
|
+---doc - Documentation
+---media - Any media that used by this repo.
+---source - Project source code.
\---thirdparty - Any external libraries / dependencies

As discussed in issue #1, here is the suggested project structure that I believe would be easy to maintain. If looks good to you, let me know and I'll quickly update it.

brzezinski-grzegorz commented 4 years ago

Looks good to me.