- Add DISCOVERY_LOG_LEVEL=debug - Add DISCOVERY_SHOW_PROGRESS=true - Temporary changes for debugging InitializerProcessor fixes on production
38 lines
974 B
Plaintext
38 lines
974 B
Plaintext
# An .aiignore file follows the same syntax as a .gitignore file.
|
|
# .gitignore documentation: https://git-scm.com/docs/gitignore
|
|
# Junie will ask for explicit approval before view or edit the file or file within a directory listed in .aiignore.
|
|
# Only files contents is protected, Junie is still allowed to view file names even if they are listed in .aiignore.
|
|
# Be aware that the files you included in .aiignore can still be accessed by Junie in two cases:
|
|
# - If Brave Mode is turned on.
|
|
# - If a command has been added to the Allowlist — Junie will not ask for confirmation, even if it accesses - files and folders listed in .aiignore.
|
|
|
|
# Dependencies
|
|
vendor/
|
|
node_modules/
|
|
dist/
|
|
|
|
# Configuration and sensitive files
|
|
.env
|
|
config/
|
|
ssl/*.pem
|
|
x_ansible/.vault_pass
|
|
x_ansible/
|
|
|
|
# Logs and temporary files
|
|
*.log
|
|
*.retry
|
|
*~
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.Zone.Identifier
|
|
|
|
# IDE/Editor files
|
|
.idea/
|
|
.php-cs-fixer.php
|
|
|
|
# Project specific directories
|
|
.ansible/
|
|
.archive/
|