/ .gitignore
.gitignore
1 *~ 2 3 # GNUMakefile generates these files 4 /assets/images/name-dark.svg 5 /assets/images/name-dark.png 6 /assets/images/icon-light-bg.svg 7 /assets/images/icon-light-bg.png 8 /assets/images/icon-dark-circle.svg 9 /assets/images/icon-dark-circle.png 10 /assets/images/icon-light-circle.svg 11 /assets/images/icon-light-circle.png 12 /content/blog/hello-world/icon-dark-circle.png 13 /content/blog/hello-world/icon-light-circle.png 14 /static/css/style.css 15 /static/css/home.css 16 /layouts/shortcodes/img.html 17 18 # Hugo publishes here 19 /public 20 /resources 21 22 # Other hugo process files 23 /.hugo_build.lock