Skip to content

Commit

Permalink
Merge pull request #107 from am0o0/gitignore
Browse files Browse the repository at this point in the history
Create .gitignore
  • Loading branch information
tooryx authored Dec 17, 2024
2 parents 2d0a83c + cbbd56d commit e58be50
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Gradle
build
gradle.properties
.gradle
local.properties
out

# IntelliJ IDEA
.idea
*.iml
*.ipr
*.iws
classes

# Eclipse
.classpath
.factorypath
.project
.settings
bin
eclipsebin

# OS X
.DS_Store

# Emacs
*~
\#*\#

# VSCode history
.history

0 comments on commit e58be50

Please sign in to comment.