# Ignore scripts directory from Nx source file analysis
# This prevents scripts that import workspace packages from creating
# false dependencies in the project graph
scripts/

# Ignore e2e tests at root level (they have their own project)
e2e/

# Ignore ADT config files from Nx source analysis
# - Contains SAP connection secrets (should not be committed)
# - Imports @abapify/adt-codegen which creates false circular dependencies
#   (adt-contracts:codegen → adt-codegen:build → ... → adt-contracts:build)
**/adt.config.ts

git_modules/