Skip to content

Commit 6a13e32

Browse files
author
Devanshu
committed
Add .gitignore and untrack public/ folder
1 parent 6dcb58c commit 6a13e32

167 files changed

Lines changed: 19 additions & 7551 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Created by https://www.toptal.com/developers/gitignore/api/hugo
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=hugo
3+
4+
### Hugo ###
5+
# Generated files by hugo
6+
/public/*
7+
/resources/_gen/
8+
/assets/jsconfig.json
9+
hugo_stats.json
10+
11+
# Executable may be added to repository
12+
hugo.exe
13+
hugo.darwin
14+
hugo.linux
15+
16+
# Temporary lock file while building
17+
/.hugo_build.lock
18+
19+
# End of https://www.toptal.com/developers/gitignore/api/hugo

public/404.html

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/asciinema/asciinema-auto.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)