- Add DISCOVERY_LOG_LEVEL=debug - Add DISCOVERY_SHOW_PROGRESS=true - Temporary changes for debugging InitializerProcessor fixes on production
18 lines
142 B
Plaintext
18 lines
142 B
Plaintext
# Git
|
|
.git
|
|
|
|
# Dependencies
|
|
node_modules
|
|
vendor
|
|
|
|
# Environment files
|
|
.env*
|
|
!.env.example
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db |