Skip to content

Commit

Permalink
Create .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
am0o0 authored Dec 10, 2024
1 parent 4ad1d26 commit cbbd56d
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 cbbd56d

Please sign in to comment.