diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-23 17:46:33 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-23 17:49:40 -0700 |
commit | c0d47fda2e95ae0fdb119edc043c33a7289a2468 (patch) | |
tree | 892ff6b0875e59adb41bc5bed90176df62c4ba2c /users/fcuny/blog/.gitignore | |
parent | Merge remote-tracking branch 'blog/main' into fcuny/migrate-monorepo-blog (diff) | |
download | world-c0d47fda2e95ae0fdb119edc043c33a7289a2468.tar.gz |
ref(blog): remove unneeded files for the blog
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 'users/fcuny/blog/.gitignore')
-rw-r--r-- | users/fcuny/blog/.gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/users/fcuny/blog/.gitignore b/users/fcuny/blog/.gitignore deleted file mode 100644 index 8ec0a90..0000000 --- a/users/fcuny/blog/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/docs/ -/.hugo_build.lock -/result |