Skip to content

Commit

Permalink
move to maven
Browse files Browse the repository at this point in the history
  • Loading branch information
Loic Hermann authored and Loic Hermann committed Aug 9, 2024
1 parent cee8ff9 commit 8ede4cc
Show file tree
Hide file tree
Showing 60 changed files with 1,167 additions and 1,285 deletions.
94 changes: 58 additions & 36 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,42 +1,64 @@
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/

### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/
# Compiled class file
*.class

### Eclipse ###
.apt_generated
.classpath
.factorypath
# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see https://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# Eclipse
.project
.settings
.springBeans
.sts4-cache
.classpath
.settings/
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
# IntelliJ
.idea
*.ipr
*.iml
*.iws

# NetBeans
nb-configuration.xml

### VS Code ###
.vscode/
# Visual Studio Code
.vscode
.factorypath

# OSX
.DS_Store

# Vim
*.swp
*.swo

# patch
*.orig
*.rej

# Gradle
.gradle/
build/

### Mac OS ###
.DS_Store
# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
release.properties
3 changes: 0 additions & 3 deletions .idea/.gitignore

This file was deleted.

402 changes: 0 additions & 402 deletions .idea/dbnavigator.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .idea/gradle.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/jpa-buddy.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/misc.xml

This file was deleted.

124 changes: 0 additions & 124 deletions .idea/uiDesigner.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

12 changes: 0 additions & 12 deletions app/build.gradle

This file was deleted.

Loading

0 comments on commit 8ede4cc

Please sign in to comment.