Skip to content
Snippets Groups Projects
.gitignore 98 B
Newer Older
  • Learn to ignore specific revisions
  • David Diederich's avatar
    David Diederich committed
    # Ignore gradle build stuff
    .classpath
    .project
    .settings/
    build
    /bin/
    out/
    .idea/
    *.iml
    **/target