Skip to content

Commit 2647680

Browse files
committed
Adding better gitignore covering Python, Hugo, and MacOS files
1 parent 65c9882 commit 2647680

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

.gitignore

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#### Python Section
2+
13
# Byte-compiled / optimized / DLL files
24
__pycache__/
35
*.py[cod]
@@ -122,6 +124,11 @@ dmypy.json
122124
# Pyre type checker
123125
.pyre/
124126

127+
# VS Code Settings
128+
.vscode/
129+
130+
131+
#### MacOs Section
125132

126133
# General
127134
.DS_Store
@@ -131,7 +138,6 @@ dmypy.json
131138
# Icon must end with two \r
132139
Icon
133140

134-
135141
# Thumbnails
136142
._*
137143

@@ -151,5 +157,14 @@ Network Trash Folder
151157
Temporary Items
152158
.apdisk
153159

154-
#
155-
.vscode
160+
#### Hugo Section
161+
162+
# generated files by hugo
163+
/docs/
164+
/public/
165+
/resources/_gen/
166+
167+
# executable may be added to repository
168+
hugo.exe
169+
hugo.darwin
170+
hugo.linux

0 commit comments

Comments
 (0)