Skip to content

Commit be18e47

Browse files
committed
Update .GITIGNORE
1 parent 889df39 commit be18e47

File tree

1 file changed

+14
-27
lines changed

1 file changed

+14
-27
lines changed

.gitignore

Lines changed: 14 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,14 @@
1-
# BundlerCache
2-
.bundle
3-
vendor
4-
Gemfile.lock
5-
6-
# Jekyll Cache
7-
.jekyll-cache
8-
.jekyll-metadata
9-
_site
10-
11-
# Ruby Gems
12-
*.gem
13-
14-
# NPM Dependencies
15-
node_modules
16-
package-lock.json
17-
18-
# IDE Configurations
19-
.idea
20-
.vscode/*
21-
!.vscode/settings.json
22-
!.vscode/extensions.json
23-
!.vscode/tasks.json
24-
25-
# Miscellaneous
26-
_sass/vendors
27-
assets/js/dist
1+
# generated files
2+
/public/
3+
/resources/_gen/
4+
/assets/jsconfig.json
5+
hugo.log
6+
hugo_stats.json
7+
8+
# executables
9+
hugo.exe
10+
hugo.darwin
11+
hugo.linux
12+
13+
# temporary files
14+
/.hugo_build.lock

0 commit comments

Comments
 (0)