aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-08-27 14:05:48 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-08-27 14:05:48 +0200
commit9f5454bda6299db43a4e9de5b3716471388b81d9 (patch)
tree1ceedf64a4517a372d70efc2b6f4bbd9478ce792 /.gitignore
parente728c3a2cbd06d95cd1226d3b23473816bd0d67e (diff)
downloadmitjafelicijan.com-9f5454bda6299db43a4e9de5b3716471388b81d9.tar.gz
Move blog to Hugo
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
1 files changed, 13 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index 8bedf24..86c95ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,13 @@
1node_modules/ 1# Generated files by hugo
2tmp/ 2/public/
3package-lock.json 3/resources/_gen/
4openring-build.html 4/assets/jsconfig.json
5.firebase/ 5hugo_stats.json
6public/ 6
7.DS_Store 7# Executable may be added to repository
8.log 8hugo.exe
9sandbox/ 9hugo.darwin
10hugo.linux
11
12# Temporary lock file while building
13/.hugo_build.lock