Skip to content

Commit

Permalink
update gitignore (#4256)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Maddaus <[email protected]>
  • Loading branch information
IanMadd authored Mar 21, 2024
1 parent 8bec439 commit 99e0b59
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
.DS_Store

# Hugo/Go workspace files
*.work
*.work.sum

# ignore doctree files in translation folders
*.doctree
*.pickle
Expand All @@ -26,6 +30,9 @@ static/fonts/fontawesome
node_modules
vendor

# dart-sass files for local dev testing
/dart-sass

# temp file created by hugo
.hugo_build.lock

Expand Down

0 comments on commit 99e0b59

Please sign in to comment.