diff --git a/.gitignore b/.gitignore index 524f096..024afb0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,14 @@ # Compiled class file *.class +.classpath +.factorypath +.settings +.project +*.iml +*.iws +*.ipr +.idea +.DS_Store # Log file *.log @@ -22,3 +31,6 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* replay_pid* + +# Ignore everything in this directory +target diff --git a/components/org.wso2.carbon.identity.notification.push.device.handler/pom.xml b/components/org.wso2.carbon.identity.notification.push.device.handler/pom.xml index 0b28d88..324c1d2 100644 --- a/components/org.wso2.carbon.identity.notification.push.device.handler/pom.xml +++ b/components/org.wso2.carbon.identity.notification.push.device.handler/pom.xml @@ -1,6 +1,6 @@