itsdrike.com/.gitignore

31 lines
440 B
Plaintext

# Hugo website build
public/
static/build
resources/
.hugo_build.lock
# Node/NPM dependencies
node_modules/
# Editor project settings
.vscode/
.replit
# Custom attributes for folders on Mac OS
.DS_Store
# Environmental variables
.env
# Backup files
*.bak
# Other extra files that I'm hosting on the website for personal use
etc/
# Personal TODO files
TODO
# Cheatsheet post used for debugging post pages
content/posts/cheatsheet.md