Skip to content

Commit 13b6b17

Browse files
added wildcards and ignored packages named with Wm. if you have a custom page named Wm, you will need to use force to check in.
1 parent c7659fc commit 13b6b17

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

webMethods.gitignore

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@
66
Apache_License.txt
77

88
#folders
9-
IntegrationServer/lib/
10-
IntegrationServer/datastore/
11-
IntegrationServer/db/
12-
IntegrationServer/DocumentStore/
13-
IntegrationServer/lib/
14-
IntegrationServer/logs/
15-
IntegrationServer/replicate/
16-
IntegrationServer/sdk/
17-
IntegrationServer/support/
18-
IntegrationServer/update/
19-
IntegrationServer/userFtpRoot/
20-
IntegrationServer/web/
21-
IntegrationServer/WmRepository4/
22-
IntegrationServer/XAStore/
9+
**/IntegrationServer/lib/
10+
**/IntegrationServer/datastore/
11+
**/IntegrationServer/db/
12+
**/IntegrationServer/DocumentStore/
13+
**/IntegrationServer/lib/
14+
**/IntegrationServer/logs/
15+
**/IntegrationServer/replicate/
16+
**/IntegrationServer/sdk/
17+
**/IntegrationServer/support/
18+
**/IntegrationServer/update/
19+
**/IntegrationServer/userFtpRoot/
20+
**/IntegrationServer/web/
21+
**/IntegrationServer/WmRepository4/
22+
**/IntegrationServer/XAStore/
23+
**/IntegrationServer/packages/Wm*/

0 commit comments

Comments
 (0)