Skip to content

Commit 2649fdc

Browse files
authored
Add initial readme content (#3)
1 parent 78f3701 commit 2649fdc

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1-
# dot-config.github.io
1+
# Use .config to store your project configs
22

3-
dot-config.github.io website
3+
The goal of dot-config is to promote standardization of `.config` folder
4+
for storing project specific tool configurations.
5+
6+
By using a subfolder you will help **decluttering project root folder**
7+
and **isolating configuration** from other project files.
8+
9+
Use of `.config` is based on long standing [XDG](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html)
10+
standard which promoted the use of `~/.config` for keeping **user settings**.
11+
We only extended the concept to project repositories.
12+
13+
## Projects already supporting .config at repository level
14+
15+
- [molecule](https://molecule.readthedocs.io/en/latest/)

0 commit comments

Comments
 (0)