Skip to content

Commit

Permalink
Merge branch 'main' into milestone/Structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasean authored Dec 21, 2023
2 parents a7d1794 + 88f06bb commit 0fc3d3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.gradle
.idea
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
Expand All @@ -9,9 +8,10 @@ build/
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/
.idea/
out/

### Eclipse ###
.apt_generated
Expand All @@ -38,3 +38,4 @@ bin/
### Mac OS ###
.DS_Store
/.idea/
/.idea/

0 comments on commit 0fc3d3f

Please sign in to comment.