diff options
author | Oscar Najera <hi@oscarnajera.com> | 2023-10-20 12:46:05 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2023-10-20 14:20:27 +0200 |
commit | 4a81bf5b7a307d9b448f98ffcaa489be2227d1f2 (patch) | |
tree | dc966ac9969608da6cbd177c6acd409421cbba8e /.gitignore | |
parent | 10207f629e1fca6497a0dbbd79e416536ee0958f (diff) | |
download | hugo-minimalist-theme-4a81bf5b7a307d9b448f98ffcaa489be2227d1f2.tar.gz hugo-minimalist-theme-4a81bf5b7a307d9b448f98ffcaa489be2227d1f2.tar.bz2 hugo-minimalist-theme-4a81bf5b7a307d9b448f98ffcaa489be2227d1f2.zip |
Local tachyons
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2ccbe46 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/node_modules/ |