diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2020-08-06 02:37:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-06 02:37:14 +0200 |
commit | ad6ad094ded60e25358d1f324b9f0e6ca5bb796e (patch) | |
tree | 1551e982de63041ae306c8e968d8a687feafead8 /.gitignore | |
parent | a37ea1b60ee2e42a3953687bae3237d400e6fabf (diff) |
feat(bash): support for derivated distro + refactor conf (#3259)
* feat(bash): support for derivated distro
* refactor: refactoring for dist files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b34616c77f..755983db24 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ # conf/* -!conf/*.dist +!conf/dist apps/drassil/* env/dist/* env/user/* |