.gitignore pour webMethods

14 règles d’exclusion pour webMethods, prêtes à copier dans votre dépôt.

Plateforme d'intégration

Le .gitignore complet pour webMethods

# Generated by LFGitignore - https://lfgitignore.com
# Created: 2026-08-05 01:27:45 UTC
# Technologies: webMethods

### webMethods ###
**/IntegrationServer/datastore/
**/IntegrationServer/db/
**/IntegrationServer/DocumentStore/
**/IntegrationServer/lib/
**/IntegrationServer/logs/
**/IntegrationServer/replicate/
**/IntegrationServer/sdk/
**/IntegrationServer/support/
**/IntegrationServer/update/
**/IntegrationServer/userFtpRoot/
**/IntegrationServer/web/
**/IntegrationServer/WmRepository4/
**/IntegrationServer/XAStore/
**/IntegrationServer/packages/Wm*/

Ce que ces règles webMethods ignorent vraiment

Chaque motif ci-dessous, et pourquoi il a sa place dans votre .gitignore.

General

Motif Ce qu’il ignore
**/IntegrationServer/datastore/ General
**/IntegrationServer/db/ General
**/IntegrationServer/DocumentStore/ General
**/IntegrationServer/lib/ General
**/IntegrationServer/logs/ General
**/IntegrationServer/replicate/ General
**/IntegrationServer/sdk/ General
**/IntegrationServer/support/ General
**/IntegrationServer/update/ General
**/IntegrationServer/userFtpRoot/ General
**/IntegrationServer/web/ General
**/IntegrationServer/WmRepository4/ General
**/IntegrationServer/XAStore/ General
**/IntegrationServer/packages/Wm*/ General

Comment utiliser ce .gitignore pour webMethods

  1. Copiez les règles webMethods ci-dessus, ou téléchargez directement le fichier.
  2. Créez un fichier nommé .gitignore à la racine de votre dépôt Git et collez-y les règles.
  3. Si certains de ces fichiers sont déjà suivis, lancez git rm -r --cached . puis recommitez — Git n’applique les règles d’exclusion qu’aux fichiers non suivis.
  4. Commitez le .gitignore pour que toute l’équipe partage les mêmes règles.