Skip to content

Commit

Permalink
Merge pull request #101 from code0-tech/100-workspace-refactoring
Browse files Browse the repository at this point in the history
100-workspace-refactoring
  • Loading branch information
raphael-goetz authored Dec 19, 2024
2 parents b4fdb40 + 93c9472 commit 08d866c
Show file tree
Hide file tree
Showing 28 changed files with 349 additions and 259 deletions.
12 changes: 6 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!src/main/**/build/
!src/test/**/build/
!aquila/src/main/**/build/
!aquila/src/test/**/build/

### IntelliJ IDEA ###
.idea/modules.xml
Expand All @@ -13,8 +13,8 @@ build/
*.iml
*.ipr
out/
!src/main/**/out/
!src/test/**/out/
!aquila/src/main/**/out/
!aquila/src/test/**/out/

### Eclipse ###
.apt_generated
Expand All @@ -25,8 +25,8 @@ out/
.springBeans
.sts4-cache
bin/
!src/main/**/bin/
!src/test/**/bin/
!aquila/src/main/**/bin/
!aquila/src/test/**/bin/

### NetBeans ###
/nbproject/private/
Expand Down
Loading

0 comments on commit 08d866c

Please sign in to comment.