We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f3701 commit 2649fdcCopy full SHA for 2649fdc
1 file changed
README.md
@@ -1,3 +1,15 @@
1
-# dot-config.github.io
+# Use .config to store your project configs
2
3
-dot-config.github.io website
+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