Skip to content

Commit

Permalink
Ref #10: push gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dkazakov committed Feb 28, 2024
1 parent 7d57880 commit e3b6f2f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/.gradle/
/build/
/out/
/target/
!.mvn/wrapper/maven-wrapper.jar
/backend/.gradle/

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

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
/backend/build/*

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

0 comments on commit e3b6f2f

Please sign in to comment.