Skip to content

Commit

Permalink
Fix gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
amanteaux committed Nov 18, 2024
1 parent dc40f01 commit 137b563
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
/.settings/
/.project
/.idea/
/target/
/.README.md.html
# Eclipse
.classpath
.project
.settings/
bin/
.factorypath
.README.md.html

# Intellij
.idea/
*.iml
*.iws

# Mac
.DS_Store

# Maven
log/
target/

*.xlsx

0 comments on commit 137b563

Please sign in to comment.