mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-07 08:39:13 +00:00
Added .gitignore support for Maven
This commit is contained in:
+32
-18
@@ -1,6 +1,6 @@
|
|||||||
# Created by .ignore support plugin (hsz.mobi)
|
# Created by .ignore support plugin (hsz.mobi)
|
||||||
### JetBrains template
|
### JetBrains template
|
||||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion
|
||||||
|
|
||||||
*.iml
|
*.iml
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
## Plugin-specific files:
|
## Plugin-specific files:
|
||||||
|
|
||||||
# IntelliJ
|
# IntelliJ
|
||||||
out/
|
/out/
|
||||||
|
|
||||||
# mpeltonen/sbt-idea plugin
|
# mpeltonen/sbt-idea plugin
|
||||||
.idea_modules/
|
.idea_modules/
|
||||||
@@ -48,6 +48,21 @@ crashlytics.properties
|
|||||||
crashlytics-build.properties
|
crashlytics-build.properties
|
||||||
|
|
||||||
|
|
||||||
|
### Java template
|
||||||
|
*.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*
|
||||||
|
|
||||||
|
|
||||||
### Eclipse template
|
### Eclipse template
|
||||||
*.pydevproject
|
*.pydevproject
|
||||||
.metadata
|
.metadata
|
||||||
@@ -77,6 +92,9 @@ local.properties
|
|||||||
# JDT-specific (Eclipse Java Development Tools)
|
# JDT-specific (Eclipse Java Development Tools)
|
||||||
.classpath
|
.classpath
|
||||||
|
|
||||||
|
# Java annotation processor (APT)
|
||||||
|
.factorypath
|
||||||
|
|
||||||
# PDT-specific
|
# PDT-specific
|
||||||
.buildpath
|
.buildpath
|
||||||
|
|
||||||
@@ -87,20 +105,16 @@ local.properties
|
|||||||
.texlipse
|
.texlipse
|
||||||
|
|
||||||
|
|
||||||
### Java template
|
### Maven template
|
||||||
*.class
|
target/
|
||||||
|
pom.xml.tag
|
||||||
# Mobile Tools for Java (J2ME)
|
pom.xml.releaseBackup
|
||||||
.mtj.tmp/
|
pom.xml.versionsBackup
|
||||||
|
pom.xml.next
|
||||||
# Package Files #
|
release.properties
|
||||||
*.jar
|
dependency-reduced-pom.xml
|
||||||
*.war
|
buildNumber.properties
|
||||||
*.ear
|
.mvn/timing.properties
|
||||||
|
|
||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
||||||
hs_err_pid*
|
|
||||||
|
|
||||||
releases
|
|
||||||
|
|
||||||
|
|
||||||
|
### Custom
|
||||||
|
releases
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
#Generated by Maven
|
|
||||||
#Sun Sep 13 22:54:43 CEST 2015
|
|
||||||
version=1.0
|
|
||||||
groupId=org.parabot
|
|
||||||
artifactId=317-API-Minified
|
|
||||||
Reference in New Issue
Block a user