Skip to content

Commit

Permalink
Edit .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarsotovalero committed Sep 21, 2022
1 parent 015e1e8 commit 86a0448
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
### IntelliJ IDEA ###
/.idea/

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

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

### VS Code ###
.vscode/

### Mac OS ###
.DS_Store

### Maven ###
target/
pom.xml.tag
pom.xml.releaseBackup
Expand All @@ -9,3 +38,7 @@ buildNumber.properties
.mvn/timing.properties
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
.mvn/wrapper/maven-wrapper.jar
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/

0 comments on commit 86a0448

Please sign in to comment.