58 lines
1.2 KiB
Plaintext
58 lines
1.2 KiB
Plaintext
# Ignore project-specific files
|
|
nbproject/
|
|
.idea/
|
|
.vscode/
|
|
build-prod.zip
|
|
composer.phar
|
|
upgrade.log
|
|
temp.txt
|
|
update.sh
|
|
.env
|
|
|
|
# Ignore build artifacts and logs
|
|
workflow/public_html/build-log.html
|
|
workflow/public_html/mix-manifest.json
|
|
workflow/public_html/index.html
|
|
workflow/public_html/webapp/
|
|
workflow/public_html/fileManager/
|
|
workflow/public_html/translations/
|
|
workflow/public_html/files/
|
|
workflow/engine/gulliver
|
|
workflow/engine/js/labels/
|
|
workflow/engine/methods/login/version-pmos.php
|
|
|
|
# Ignore configuration files
|
|
workflow/engine/config/paths_installed.php
|
|
workflow/engine/config/env.ini
|
|
workflow/engine/config/schema-transformed.xml
|
|
workflow/engine/config/_databases_.php
|
|
workflow/engine/config/system-tables.ini
|
|
workflow/engine/config/target/
|
|
workflow/engine/src/Tests/config.ini
|
|
|
|
# Ignore vendor files
|
|
vendor/*
|
|
|
|
# Ignore temporary files
|
|
*~
|
|
.DS_Store
|
|
session.data
|
|
node_modules/
|
|
**/cache/
|
|
storage/
|
|
|
|
# Ignore test files and directories
|
|
tests/functional/pm3FunctionalTests.iml
|
|
tests/functional/target/
|
|
test_shared/
|
|
|
|
# Ignore plugin files, but keep specific plugins
|
|
workflow/engine/plugins/*
|
|
!workflow/engine/plugins/charts/
|
|
!workflow/engine/plugins/pmosCommunity/
|
|
!workflow/engine/plugins/processTemplate/
|
|
!workflow/engine/plugins/.gitignore
|
|
|
|
# Ignore shared files
|
|
shared/
|