itsdrike.com/.gitignore

24 lines
271 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
# Personal TODO files
TODO