itsdrike.com/.gitignore

34 lines
462 B
Text
Raw Normal View History

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