itsdrike.com/.gitignore
2021-08-25 10:43:04 +02:00

23 lines
260 B
Plaintext

# Hugo website build
public/
static/build
# 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
# Personal TODO files
TODO