Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
raw: upd .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas0headshot committed Oct 16, 2024
1 parent acf16d9 commit 05348e6
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,39 @@ backend/*.rar
hs_err_pid*
replay_pid*
backend/src/main/resources/application.properties


HELP.md
target/
/.idea
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/

### VS Code ###
.vscode/

0 comments on commit 05348e6

Please sign in to comment.