diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /368/index.md |
Diffstat (limited to '368/index.md')
-rw-r--r-- | 368/index.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/368/index.md b/368/index.md new file mode 100644 index 0000000..9dc811d --- /dev/null +++ b/368/index.md @@ -0,0 +1,12 @@ +Title: Add .deps/ to .gitignore +Author: acmiyaguchi +Created: Tue, 18 Mar 2025 03:58:19 +0000 +State: closed + +The .deps folders are part of the build process and dirty git status. This ignores them in the project. + +--%-- +From: rodarima +Date: Wed, 19 Mar 2025 22:35:19 +0000 + +Please, do the build in a separate directory as mentioned [in the documentation](https://github.com/dillo-browser/dillo/blob/master/doc/install.md#from-git). I'll merge this regardless.
\ No newline at end of file |