Skip to content
Snippets Groups Projects
.gitignore 318 B
Newer Older
  • Learn to ignore specific revisions
  • David Diederich's avatar
    David Diederich committed
    .classpath
    .project
    .settings/
    target/
    /bin/
    out/
    
    ### IntelliJ IDEA ###
    .idea
    *.iws
    *.iml
    *.ipr
    
    ### NetBeans ###
    /nbproject/private/
    /nbbuild/
    /dist/
    /nbdist/
    /.nb-gradle/
    build/
    
    ### VS Code ###
    .vscode/
    .gradle/
    
    ### macOS ###
    *.DS_Store
    
    ### Integration tests ###
    .gradle
    
    ### Environment Configuration ###
    *.env