Skip to content

Commit

Permalink
Create .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
CRogers committed Sep 20, 2024
0 parents commit 62d0cb5
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# IntelliJ
*.iml
*.ipr
*.iws
.idea/

# Eclipse
.classpath
.checkstyle
.factorypath
.project
.settings
*.launch

# Codegen
.generated
.apt_generated
generated_src/
**/src/generated/

# OS X
.DS_Store

# Java
*.class

# Build Systems
.gradle/
bin/
build/
out/
reports/


# SublimeText + TextMate + Vim
*.sublime-workspace
*.sublime-project
*.tmproj
*.tmproject
*.sw[op]

# Gradle JDKs setup
!gradle/*

0 comments on commit 62d0cb5

Please sign in to comment.