Skip to content

Commit

Permalink
add eclipse project metadata files to gitignore (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanxiyue authored Jul 24, 2022
1 parent 2a8bc27 commit cf97e61
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@ out
.gradle

# macOS filesystem metadata
.DS_Store
.DS_Store

.project
.classpath
.settings/
target/
bin/

0 comments on commit cf97e61

Please sign in to comment.