1
vote
3answers
126 views

Recommended Project Directory Location for IDE settings, and configuration files?

What are peoples thoughts on storing configuration files and editor settings in source control? This would include files that are not directly related to the code base, but necessary for maintaining ...
6
votes
1answer
444 views

How should I organize programming files into directories?

Sometimes, one creates a exploratory prototype and forgets about structure in the directories... What are good tips on dividing the programming files over (several levels of) directories?