We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c9882 commit 2647680Copy full SHA for 2647680
1 file changed
.gitignore
@@ -1,3 +1,5 @@
1
+#### Python Section
2
+
3
# Byte-compiled / optimized / DLL files
4
__pycache__/
5
*.py[cod]
@@ -122,6 +124,11 @@ dmypy.json
122
124
# Pyre type checker
123
125
.pyre/
126
127
+# VS Code Settings
128
+.vscode/
129
130
131
+#### MacOs Section
132
133
# General
134
.DS_Store
@@ -131,7 +138,6 @@ dmypy.json
138
# Icon must end with two \r
139
Icon
140
-
135
141
# Thumbnails
136
142
._*
137
143
@@ -151,5 +157,14 @@ Network Trash Folder
151
157
Temporary Items
152
158
.apdisk
153
159
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