Skip to content

Instantly share code, notes, and snippets.

@codpls
Forked from dedunumax/.gitignore Java
Created January 11, 2020 18:04
Show Gist options
  • Save codpls/5ccfa7fce2dbc13af2d08d5f80a786f6 to your computer and use it in GitHub Desktop.
Save codpls/5ccfa7fce2dbc13af2d08d5f80a786f6 to your computer and use it in GitHub Desktop.

Revisions

  1. Dedunu Dhananjaya revised this gist Sep 12, 2019. 1 changed file with 14 additions and 14 deletions.
    28 changes: 14 additions & 14 deletions .gitignore Java
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    ##########################
    ##############################
    ## Java
    ##########################
    ##############################
    .mtj.tmp/
    *.class
    *.jar
    @@ -9,9 +9,9 @@
    *.nar
    hs_err_pid*

    ##########################
    ##############################
    ## Maven
    ##########################
    ##############################
    target/
    pom.xml.tag
    pom.xml.releaseBackup
    @@ -23,29 +23,29 @@ buildNumber.properties
    .mvn/timing.properties
    .mvn/wrapper/maven-wrapper.jar

    ##########################
    ##############################
    ## Gradle
    ##########################
    ##############################
    bin/
    build/
    .gradle
    .gradletasknamecache
    gradle-app.setting
    !gradle-wrapper.jar

    ##########################
    ##############################
    ## IntelliJ
    ##########################
    ##############################
    out/
    .idea/
    .idea_modules/
    *.iml
    *.ipr
    *.iws

    ##########################
    ##############################
    ## Eclipse
    ##########################
    ##############################
    .settings/
    bin/
    tmp/
    @@ -59,9 +59,9 @@ tmp/
    local.properties
    .loadpath

    ##########################
    ##############################
    ## NetBeans
    ##########################
    ##############################
    nbproject/private/
    build/
    nbbuild/
    @@ -70,7 +70,7 @@ nbdist/
    nbactions.xml
    nb-configuration.xml

    ##########################
    ##############################
    ## OS X
    ##########################
    ##############################
    .DS_Store
  2. Dedunu Dhananjaya revised this gist Sep 12, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion .gitignore Java
    Original file line number Diff line number Diff line change
    @@ -31,7 +31,7 @@ build/
    .gradle
    .gradletasknamecache
    gradle-app.setting
    !gradle-wrapper.jat
    !gradle-wrapper.jar

    ##########################
    ## IntelliJ
  3. Dedunu Dhananjaya revised this gist Sep 12, 2019. No changes.
  4. Dedunu Dhananjaya revised this gist Sep 12, 2019. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions .gitignore Java
    Original file line number Diff line number Diff line change
    @@ -18,6 +18,10 @@ pom.xml.releaseBackup
    pom.xml.versionsBackup
    pom.xml.next
    release.properties
    dependency-reduced-pom.xml
    buildNumber.properties
    .mvn/timing.properties
    .mvn/wrapper/maven-wrapper.jar

    ##########################
    ## Gradle
  5. Dedunu Dhananjaya revised this gist Sep 12, 2019. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions .gitignore Java
    Original file line number Diff line number Diff line change
    @@ -26,6 +26,8 @@ bin/
    build/
    .gradle
    .gradletasknamecache
    gradle-app.setting
    !gradle-wrapper.jat

    ##########################
    ## IntelliJ
  6. Dedunu Dhananjaya revised this gist Sep 12, 2019. 1 changed file with 9 additions and 9 deletions.
    18 changes: 9 additions & 9 deletions .gitignore Java
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,8 @@
    ##########################
    ## Java
    ##########################
    *.class
    .mtj.tmp/
    *.class
    *.jar
    *.war
    *.ear
    @@ -22,30 +22,30 @@ release.properties
    ##########################
    ## Gradle
    ##########################
    .gradle
    bin/
    build/
    .gradle
    .gradletasknamecache
    bin/

    ##########################
    ## IntelliJ
    ##########################
    *.iml
    out/
    .idea/
    .idea_modules/
    *.iml
    *.ipr
    *.iws
    out/
    .idea_modules/

    ##########################
    ## Eclipse
    ##########################
    .metadata
    .classpath
    .project
    .settings/
    bin/
    tmp/
    .metadata
    .classpath
    .project
    *.tmp
    *.bak
    *.swp
  7. Dedunu Dhananjaya revised this gist Sep 12, 2019. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions .gitignore Java
    Original file line number Diff line number Diff line change
    @@ -24,6 +24,8 @@ release.properties
    ##########################
    .gradle
    build/
    .gradletasknamecache
    bin/

    ##########################
    ## IntelliJ
  8. Dedunu Dhananjaya revised this gist Sep 12, 2019. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions .gitignore Java
    Original file line number Diff line number Diff line change
    @@ -19,6 +19,12 @@ pom.xml.versionsBackup
    pom.xml.next
    release.properties

    ##########################
    ## Gradle
    ##########################
    .gradle
    build/

    ##########################
    ## IntelliJ
    ##########################
  9. Dedunu Dhananjaya revised this gist Sep 12, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions .gitignore Java
    Original file line number Diff line number Diff line change
    @@ -6,6 +6,7 @@
    *.jar
    *.war
    *.ear
    *.nar
    hs_err_pid*

    ##########################
  10. Dedunu Dhananjaya revised this gist Mar 5, 2015. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion .gitignore Java
    Original file line number Diff line number Diff line change
    @@ -53,4 +53,9 @@ nbbuild/
    dist/
    nbdist/
    nbactions.xml
    nb-configuration.xml
    nb-configuration.xml

    ##########################
    ## OS X
    ##########################
    .DS_Store
  11. Dedunu Dhananjaya revised this gist Nov 15, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion .gitignore Java
    Original file line number Diff line number Diff line change
    @@ -45,7 +45,7 @@ local.properties
    .loadpath

    ##########################
    ## Eclipse
    ## NetBeans
    ##########################
    nbproject/private/
    build/
  12. Dedunu Dhananjaya created this gist Nov 15, 2014.
    56 changes: 56 additions & 0 deletions .gitignore Java
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,56 @@
    ##########################
    ## Java
    ##########################
    *.class
    .mtj.tmp/
    *.jar
    *.war
    *.ear
    hs_err_pid*

    ##########################
    ## Maven
    ##########################
    target/
    pom.xml.tag
    pom.xml.releaseBackup
    pom.xml.versionsBackup
    pom.xml.next
    release.properties

    ##########################
    ## IntelliJ
    ##########################
    *.iml
    .idea/
    *.ipr
    *.iws
    out/
    .idea_modules/

    ##########################
    ## Eclipse
    ##########################
    .metadata
    .classpath
    .project
    .settings/
    bin/
    tmp/
    *.tmp
    *.bak
    *.swp
    *~.nib
    local.properties
    .loadpath

    ##########################
    ## Eclipse
    ##########################
    nbproject/private/
    build/
    nbbuild/
    dist/
    nbdist/
    nbactions.xml
    nb-configuration.xml