50 lines
1006 B
Plaintext
50 lines
1006 B
Plaintext
# Node
|
|
node_modules/
|
|
dist/
|
|
*.log
|
|
logs/
|
|
|
|
# Env files
|
|
.env
|
|
.env.local
|
|
.env.postgres
|
|
.env.devprod
|
|
|
|
# Nextcloud local state
|
|
nextcloud/data/
|
|
!nextcloud/html/
|
|
nextcloud/html/**
|
|
!nextcloud/html/nuqloud-skeleton/
|
|
!nextcloud/html/nuqloud-skeleton/**
|
|
nextcloud/custom_apps/*
|
|
!nextcloud/custom_apps/.gitkeep
|
|
!nextcloud/custom_apps/qortal_integration/
|
|
!nextcloud/custom_apps/qortal_integration/**
|
|
!nextcloud/custom_apps/custom_pwa/
|
|
!nextcloud/custom_apps/custom_pwa/**
|
|
!nextcloud/custom_apps/chd_admin/
|
|
!nextcloud/custom_apps/chd_admin/**
|
|
!nextcloud/custom_apps/qortal_files_bridge/
|
|
!nextcloud/custom_apps/qortal_files_bridge/**
|
|
!nextcloud/custom_apps/qortal_talk_bridge/
|
|
!nextcloud/custom_apps/qortal_talk_bridge/**
|
|
!nextcloud/custom_apps/nuqloud_scrum/
|
|
!nextcloud/custom_apps/nuqloud_scrum/**
|
|
|
|
# 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/
|
|
AGENTS.md
|
|
./.codex/
|
|
.codex/config.toml
|