Skip to content

Commit

Permalink
build : gitignore에 kotlin 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwon12 committed Jan 8, 2025
1 parent 5dd7624 commit 664b472
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@

# Created by https://www.toptal.com/developers/gitignore/api/androidstudio,macos
# Edit at https://www.toptal.com/developers/gitignore?templates=androidstudio,macos
### Kotlin ###
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*

# End of https://www.toptal.com/developers/gitignore/api/kotlin

### macOS ###
# General
Expand Down

0 comments on commit 664b472

Please sign in to comment.