Skip to content

Commit

Permalink
🙈 :: gitignore fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lgwk42 committed Nov 5, 2024
1 parent 4f9568e commit 3587233
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ build/
!**/src/main/**/build/
!**/src/test/**/build/
/src/main/resources/application-local.yml
.DS_Store

### STS ###
.apt_generated
.classpath
Expand All @@ -18,7 +16,6 @@ build/
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/

### IntelliJ IDEA ###
.idea
*.iws
Expand All @@ -27,13 +24,11 @@ bin/
out/
!**/src/main/**/out/
!**/src/test/**/out/

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

### VS Code ###
.vscode/
.vscode/

0 comments on commit 3587233

Please sign in to comment.