mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-09 21:49:41 +00:00
34 lines
462 B
Plaintext
34 lines
462 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
|
|
|
|
# Nix direnv
|
|
.direnv
|