Skip to content

Commit 76b1f6c

Browse files
committed
Clean up gitignore file
Signed-off-by: Ian Maddaus <[email protected]>
1 parent 9c52cff commit 76b1f6c

File tree

1 file changed

+4
-27
lines changed

1 file changed

+4
-27
lines changed

.gitignore

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,19 @@
44
*.work
55
*.work.sum
66

7-
# ignore doctree files in translation folders
8-
*.doctree
9-
*.pickle
10-
11-
public/
7+
# Hugo generated files
8+
/public/
129
/resources/
1310

14-
**/.sass-cache
15-
**/.sass-cache/*
16-
*.css.map
17-
*.css_t.map
18-
11+
# VS Code workspace settings
1912
/.vscode
2013

21-
/.venv
22-
23-
*.*~
24-
*~
25-
TAGS
26-
27-
results/
28-
29-
static/fonts/fontawesome
14+
# Node.js dependencies
3015
node_modules
31-
vendor
32-
33-
# dart-sass files for local dev testing
34-
/dart-sass
3516

3617
# temp file created by hugo
3718
.hugo_build.lock
3819

39-
# cspell dictionary files
40-
docs_dictionary.txt
41-
chef_dictionary.txt
42-
4320
# Local Netlify folder
4421
# https://docs.netlify.com/cli/get-started/#link-and-unlink-sites
4522
.netlify

0 commit comments

Comments
 (0)