What is the best way to organize files in a web project? [closed]

1

First of all, a thousand excuses if this question does not fit the objectives of the site.

I want to create a "pack" of themes / skins for wordpress (maybe with some mu plugins), phpbb (or similar) and mediawiki (or not), but first I need to design. My question is in the organization of git repository folders, what is the least gambiarresca and / or more profisisonal way to organize !? I'm using only basic text editors (Notepad ++ or Brackets), therefore without IDE.

The more or less tree I use is this:

.
+-- .gitignore
+-- layouts
|   +-- blog
|   |   +-- <template "estático" do blog, antes de passar para o formato do wordpress>
|   +-- wiki
|   |   +-- <template "estático" da wiki, antes de passar para o formato do mediawiki>
|   +-- forum
|   |   +-- <template "estático" do forum, antes de passar para o formato do phpbb>
+-- sistemas
|   +-- blog
|   |   +-- <pasta do tema>
|   |   +-- mu-plugins
|   |   |   +-- <plugins MU do wordpress>
|   +-- forum
|   |   +-- <pasta do template phpbb>
|   +-- siki
|   |   +-- <pasta da skin mediawiki>
+-- LICENSE.md
+-- README.md
    
asked by anonymous 15.12.2015 / 07:54

0 answers