Add .gitignore

temp
Pahansith 3 years ago
parent 1ed15e867e
commit 2e5f5f2c7a

37
.gitignore vendored

@ -0,0 +1,37 @@
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Ignore everything in this directory
target
.classpath
.settings
.project
*.iml
.idea
.DS_Store
*.pyc
.sonar
iot-core/wso2am-*.zip
Loading…
Cancel
Save