diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2022-12-02 11:08:57 -0700 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2022-12-02 11:08:57 -0700 |
commit | 322d497071eee901e4ea84956eda0afab23ba225 (patch) | |
tree | f9a571f728d25f11f75bb21f3e2e5b9176d0dd15 /.gitignore | |
parent | 61814558b9c242e04746d8fde46677ecabc0708f (diff) | |
download | website-322d497071eee901e4ea84956eda0afab23ba225.tar website-322d497071eee901e4ea84956eda0afab23ba225.tar.gz website-322d497071eee901e4ea84956eda0afab23ba225.tar.bz2 |
init x2
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86c95ef --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Generated files by hugo +/public/ +/resources/_gen/ +/assets/jsconfig.json +hugo_stats.json + +# Executable may be added to repository +hugo.exe +hugo.darwin +hugo.linux + +# Temporary lock file while building +/.hugo_build.lock |