Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
gitignore added
Browse files Browse the repository at this point in the history
  • Loading branch information
PestusAtSAG committed Nov 2, 2020
1 parent e2e3a48 commit ea0820e
Showing 1 changed file with 156 additions and 0 deletions.
156 changes: 156 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,156 @@
##############################

## Java

##############################

.mtj.tmp/

*.class

*.jar

*.war

*.ear

*.nar

hs_err_pid*


.openapi-generator/

.springBeans


##############################

## Maven

##############################

target/

pom.xml.tag

pom.xml.releaseBackup

pom.xml.versionsBackup

pom.xml.next

release.properties

dependency-reduced-pom.xml

buildNumber.properties

.mvn/timing.properties

.mvn/wrapper/maven-wrapper.jar



##############################

## Gradle

##############################

bin/

build/

.gradle

.gradletasknamecache

gradle-app.setting

!gradle-wrapper.jar



##############################

## IntelliJ

##############################

out/

.idea/

.idea_modules/

*.iml

*.ipr

*.iws



##############################

## Eclipse

##############################

.settings/

bin/

tmp/

.metadata

.classpath

.project

*.tmp

*.bak

*.swp

*~.nib

local.properties

.loadpath

.factorypath


##############################

## NetBeans

##############################

nbproject/private/

build/

nbbuild/

dist/

nbdist/

nbactions.xml

nb-configuration.xml



##############################

## OS X

##############################

.DS_Store

0 comments on commit ea0820e

Please sign in to comment.