2023-07-13 17:29:23 +00:00
|
|
|
|
2015-10-19 03:12:23 +00:00
|
|
|
### Windows ###
|
|
|
|
|
2015-09-05 21:29:34 +00:00
|
|
|
thumbs.db
|
2015-10-19 03:12:23 +00:00
|
|
|
*.db
|
|
|
|
|
|
|
|
### Java ###
|
|
|
|
|
|
|
|
*.class
|
|
|
|
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
|
|
.mtj.tmp/
|
|
|
|
|
|
|
|
# Package Files #
|
|
|
|
*.jar
|
|
|
|
*.war
|
|
|
|
*.ear
|
2015-10-25 12:31:16 +00:00
|
|
|
*.txt
|
2015-10-19 03:12:23 +00:00
|
|
|
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
|
|
hs_err_pid*
|
|
|
|
|
|
|
|
### Eclipse ###
|
|
|
|
|
|
|
|
*.pydevproject
|
|
|
|
.metadata
|
|
|
|
.gradle
|
|
|
|
bin/
|
|
|
|
tmp/
|
|
|
|
*.tmp
|
|
|
|
*.bak
|
|
|
|
*.swp
|
|
|
|
*~.nib
|
|
|
|
local.properties
|
|
|
|
.settings/
|
|
|
|
.loadpath
|
2015-10-24 12:56:00 +00:00
|
|
|
/eclipse
|
2015-10-19 03:12:23 +00:00
|
|
|
|
|
|
|
# Eclipse Core
|
|
|
|
.project
|
|
|
|
|
|
|
|
# External tool builders
|
|
|
|
.externalToolBuilders/
|
|
|
|
|
|
|
|
# Locally stored "Eclipse launch configurations"
|
|
|
|
*.launch
|
|
|
|
|
|
|
|
# CDT-specific
|
|
|
|
.cproject
|
|
|
|
|
|
|
|
# JDT-specific (Eclipse Java Development Tools)
|
|
|
|
.classpath
|
|
|
|
|
|
|
|
# Java annotation processor (APT)
|
|
|
|
.factorypath
|
|
|
|
|
|
|
|
# PDT-specific
|
|
|
|
.buildpath
|
|
|
|
|
|
|
|
# sbteclipse plugin
|
|
|
|
.target
|
|
|
|
|
|
|
|
# TeXlipse plugin
|
|
|
|
.texlipse
|
|
|
|
|
|
|
|
### Intellij IDEA ###
|
|
|
|
|
|
|
|
*.iml
|
|
|
|
*.ipr
|
|
|
|
*.iws
|
|
|
|
|
|
|
|
.idea/
|
|
|
|
.idea_modules/
|
2017-06-13 15:52:53 +00:00
|
|
|
classes/
|
2015-10-19 03:12:23 +00:00
|
|
|
|
|
|
|
/out/
|
2016-05-18 04:41:36 +00:00
|
|
|
|
|
|
|
# Linux
|
|
|
|
*~
|
|
|
|
|
2023-07-13 17:29:23 +00:00
|
|
|
maven/*
|