Skip to content

Commit

Permalink
chore: update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
miurahr committed Jan 29, 2023
1 parent b0fd2f1 commit 8e4c865
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,37 @@

# java objects
*.class
*.jar

# Gradle
.gradle
!gradle-wrapper.jar

# Build
out
build
bin

# Eclipse
.project
.classpath
.settings

# Idea
.idea
*.iml
*.iws
*.ipr

# OS
Thumbs.db
.DS_Store

# Maven
target

# Others
*.log
*.swp
*.bak

0 comments on commit 8e4c865

Please sign in to comment.