diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-23 19:34:16 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-23 19:34:16 -0700 |
commit | fc406c25e311a203942a89ae73522375a05e2cec (patch) | |
tree | f11ee2fe4f9072ebc2920b31c2d7b3c7a8fe169e /.gitignore | |
parent | Merge remote-tracking branch 'notes/main' (diff) | |
download | world-fc406c25e311a203942a89ae73522375a05e2cec.tar.gz |
ref(notes): remove unneeded files for my notes
In a monorepo setup, the CI configuration is not used at this level of the tree, and the gitignore/envrc are not relevant.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bcc2163..698c49d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /users/fcuny/blog/.hugo_build.lock +/users/fcuny/notes/.hugo_build.lock |