32 lines
461 B
Plaintext
32 lines
461 B
Plaintext
# Node
|
|
node_modules/
|
|
dist/
|
|
*.log
|
|
|
|
# Env files
|
|
.env
|
|
.env.local
|
|
.env.postgres
|
|
|
|
# Nextcloud local state
|
|
nextcloud/data/
|
|
nextcloud/html/
|
|
nextcloud/custom_apps/*
|
|
!nextcloud/custom_apps/.gitkeep
|
|
!nextcloud/custom_apps/qortal_integration/
|
|
!nextcloud/custom_apps/qortal_integration/**
|
|
|
|
# External Auth local state
|
|
external-auth/data/
|
|
|
|
# Bundled Qortal node local state
|
|
qortal/data/*
|
|
!qortal/data/.gitkeep
|
|
|
|
# OS/editor
|
|
.DS_Store
|
|
.vscode/
|
|
|
|
#Development-only
|
|
DEVELOPMENT/
|