itsdrike.com/.gitignore

27 lines
346 B
Plaintext
Raw 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/
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