Skip to content

Commit

Permalink
Tidy .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbrooks committed Jan 9, 2025
1 parent adea3a6 commit 4ab6aff
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,4 @@ 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
src/generated

0 comments on commit 4ab6aff

Please sign in to comment.