Skip to content

Commit

Permalink
Fix gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
amanteaux committed Aug 28, 2024
1 parent 7acf9a3 commit 1702f04
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
/target/
/.settings/
/.classpath
/.factorypath
/.project
/.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 1702f04

Please sign in to comment.