Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
bolic2346 authored May 30, 2024
1 parent a9daa19 commit f2ec457
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ DartConfiguration.tcl
dependency-reduced-pom.xml
hs_err*.log
target/
*.class
*.jar
*.war
*.ear

## VSCode IDE
.vscode
Expand All @@ -52,3 +56,12 @@ target/
cufile.log
rmm_log.txt
sanitizer_for_pid_*.log

## Maven Wrapper
.mvn/
mvnw
mvnw.cmd

## Operating System Files
Thumbs.db
ehthumbs.db

0 comments on commit f2ec457

Please sign in to comment.