itsdrike.com/.gitignore

34 lines
462 B
Plaintext
Raw Permalink Normal View History

2021-08-24 18:28:16 +00:00
# Hugo website build
public/
2021-08-25 08:43:04 +00:00
static/build
2021-08-25 08:51:56 +00:00
resources/
2022-02-08 19:04:59 +00:00
.hugo_build.lock
2021-08-24 18:28:16 +00:00
2021-08-25 07:46:48 +00:00
# Node/NPM dependencies
node_modules/
2021-07-08 13:20:26 +00:00
# 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/
2021-07-08 13:20:26 +00:00
# Personal TODO files
TODO
2022-05-23 16:31:15 +00:00
# Cheatsheet post used for debugging post pages
content/posts/cheatsheet.md
2024-07-18 15:07:10 +00:00
# Nix direnv
.direnv