Skip to content

Commit

Permalink
Add .gitignore to test mod (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
calmilamsy authored Jul 1, 2024
1 parent 667d777 commit 37478b6
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions test-mod/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
.gradle
build/
run/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/

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

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/

### VS Code ###
.vscode/

### Mac OS ###
.DS_Store

0 comments on commit 37478b6

Please sign in to comment.