diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-05-27 20:58:20 -0700 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-05-27 20:58:20 -0700 |
commit | e11427508a89cddb114b7955a2273fc7b5e33ca5 (patch) | |
tree | c74ecf942afda6c1b18dab80a985d09cc967e959 /.gitignore | |
parent | b9c5fcf085bed9c6100283133531b36bfbb06cf0 (diff) | |
download | homer-e11427508a89cddb114b7955a2273fc7b5e33ca5.tar.gz homer-e11427508a89cddb114b7955a2273fc7b5e33ca5.tar.zst homer-e11427508a89cddb114b7955a2273fc7b5e33ca5.zip |
Remove config.yml from versionning.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,3 +19,6 @@ yarn-error.log* | |||
19 | *.njsproj | 19 | *.njsproj |
20 | *.sln | 20 | *.sln |
21 | *.sw? | 21 | *.sw? |
22 | |||
23 | # App configuration | ||
24 | public/config.yml | ||