2017-09-29 23:27:26 +03:00
|
|
|
*.class
|
|
|
|
|
2018-03-06 02:04:57 +03:00
|
|
|
#Javadoc files
|
|
|
|
dist/
|
|
|
|
.publish/
|
|
|
|
|
2016-09-29 19:48:25 +03:00
|
|
|
#External libs
|
|
|
|
extlib/
|
|
|
|
|
|
|
|
# Auth files
|
2016-06-30 21:16:46 +03:00
|
|
|
*.auth
|
|
|
|
*.azureauth
|
|
|
|
|
2016-09-29 19:48:25 +03:00
|
|
|
# Local checkstyle
|
|
|
|
*.checkstyle
|
|
|
|
|
2017-09-29 23:27:26 +03:00
|
|
|
# Mobile Tools for Java (J2ME)
|
|
|
|
.mtj.tmp/
|
|
|
|
|
|
|
|
# Package Files #
|
|
|
|
*.jar
|
|
|
|
*.war
|
|
|
|
*.ear
|
|
|
|
|
2016-03-03 06:03:30 +03:00
|
|
|
# Azure Tooling #
|
|
|
|
node_modules
|
|
|
|
packages
|
|
|
|
|
|
|
|
# Eclipse #
|
|
|
|
*.pydevproject
|
|
|
|
.project
|
|
|
|
.metadata
|
|
|
|
bin/**
|
|
|
|
tmp/**
|
|
|
|
tmp/**/*
|
|
|
|
*.tmp
|
|
|
|
*.bak
|
|
|
|
*.swp
|
|
|
|
*~.nib
|
|
|
|
local.properties
|
|
|
|
.classpath
|
|
|
|
.settings/
|
|
|
|
.loadpath
|
|
|
|
|
|
|
|
# Other Tooling #
|
|
|
|
.classpath
|
|
|
|
.project
|
|
|
|
target
|
|
|
|
.idea
|
|
|
|
*.iml
|
2018-07-20 01:22:47 +03:00
|
|
|
.factorypath
|
2016-03-03 06:03:30 +03:00
|
|
|
|
|
|
|
# Mac OS #
|
|
|
|
.DS_Store
|
|
|
|
.DS_Store?
|
|
|
|
|
|
|
|
# Windows #
|
|
|
|
Thumbs.db
|
2016-06-30 21:16:46 +03:00
|
|
|
|
|
|
|
# reduced pom files should not be included
|
2018-03-03 02:28:11 +03:00
|
|
|
dependency-reduced-pom.xml
|
|
|
|
package-lock.json
|