Skip to content

Commit

Permalink
Expand the .gitignore to cover files generated by Hugo.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisb2244 committed Nov 9, 2023
1 parent 1d52a9d commit 8fec70f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@
NXG WebApp/GCentral Indexer POC/Builds/*
NXG WebApp/GCentral Indexer POC/.cache/*
*.lvcompile
*.lvindexcache
*.lvindexcache

# Hugo generated files
resources/_gen/*
public/*

0 comments on commit 8fec70f

Please sign in to comment.