Skip to content

Commit

Permalink
chore: update gitignore to ignore idea and vsc
Browse files Browse the repository at this point in the history
  • Loading branch information
SethFalco committed Feb 4, 2024
1 parent a234761 commit 21ea5b7
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
/target/
### https:/github/gitignore/blob/master/Maven.gitignore

target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# https:/takari/maven-wrapper#usage-without-binary-jar
.mvn/wrapper/maven-wrapper.jar


.classpath
.project
.settings/

/.idea/
/commons-beanutils2.iml
*.iml

/.vscode/

0 comments on commit 21ea5b7

Please sign in to comment.