itsdrike.com/.gitignore
2021-08-25 10:51:56 +02:00

24 lines
271 B
Plaintext

# Hugo website build
public/
static/build
resources/
# 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