forked from jkamcc/liferay-events
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
30 lines (30 loc) · 955 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.*
!.gitignore
*classes/
*~
/build.*.properties
!/build.daemon.properties
/dist/
build/
/lib/*
!/lib/ant-contrib.jar
!/lib/antelopetasks.jar
!/lib/bcpg-jdk16.jar
!/lib/bcprov-jdk16.jar
/liferay-portal
*.iml
ivy.xml.MD5
/ext/*-ext/docroot/WEB-INF/ext-impl/*.jar
ext/*-ext/docroot/WEB-INF/ext-service/*.jar
ext/*-ext/docroot/WEB-INF/ext-util-bridges/*.jar
ext/*-ext/docroot/WEB-INF/ext-util-java/*.jar
ext/*-ext/docroot/WEB-INF/ext-util-taglib/*.jar
portlets/*-portlet/docroot/WEB-INF/tld/*.tld
!portlets/*-portlet/docroot/WEB-INF/tld/liferay-portlet-ext.tld
!portlets/*-portlet/docroot/WEB-INF/tld/liferay-portlet.tld
!portlets/*-portlet/docroot/WEB-INF/tld/liferay-security.tld
!portlets/*-portlet/docroot/WEB-INF/tld/liferay-theme.tld
!portlets/*-portlet/docroot/WEB-INF/tld/liferay-ui.tld
!portlets/*-portlet/docroot/WEB-INF/tld/liferay-util.tld
portlets/*-portlet/docroot/WEB-INF/lib/*.jar
!portlets/*-portlet/docroot/WEB-INF/lib/*-portlet-service.jar