- Home /
Maintaining own folder structure along with special folders, without pollution?
I'd like to have my own directories that I, and only I, am in full control of, but whilst maintaining the functionality of special folders.
For example, let's say I have a directory called "src". I'd like to have src -> Editor src -> Resources src -> Gizmos
whereby each of these subfolders behaves with the same functionality as the special folders.
Why do I want to do this? To avoid pollution. Every time I install a plugin or asset, it will create its own files and folders under the main Asset directory. Even worse, it will include files within already existing folders I created that completely corrupt any form of separation of concerns and organization that I was planning internally.
To make matters even worse than that, I like to set certain folders to automatically check any files into version control. I definitely don't want that to happen with some random asset package import before I've fully examined what that file is doing.
I hope that suffices as an explanation as to "why" my request is valid.
Thank you.
Your answer
Follow this Question
Related Questions
Add files to folder 1 Answer
DLL placement 1 Answer
How to import multiple folders, avoiding crashing and mantaining links? 2 Answers
Need a clue. The best way to save level data without duplication 0 Answers
Project View Folder Grouping in OSX. 0 Answers