Skip to content

Instantly share code, notes, and snippets.

@pathtolearn
Forked from dedunumax/.gitignore Java
Created April 18, 2020 16:26
Show Gist options
  • Select an option

  • Save pathtolearn/169ddabe49006fdfe452d17e9326d378 to your computer and use it in GitHub Desktop.

Select an option

Save pathtolearn/169ddabe49006fdfe452d17e9326d378 to your computer and use it in GitHub Desktop.

Revisions

  1. Dedunu Dhananjaya revised this gist Apr 14, 2020. No changes.
  2. Dedunu Dhananjaya revised this gist Mar 18, 2020. 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
    @@ -75,7 +75,7 @@ nb-configuration.xml
    ##############################
    ## Visual Studio Code
    ##############################
    .vscode
    .vscode/

    ##############################
    ## OS X
  3. Dedunu Dhananjaya revised this gist Mar 18, 2020. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions .gitignore Java
    Original file line number Diff line number Diff line change
    @@ -72,6 +72,11 @@ nbdist/
    nbactions.xml
    nb-configuration.xml

    ##############################
    ## Visual Studio Code
    ##############################
    .vscode

    ##############################
    ## OS X
    ##############################
  4. Dedunu Dhananjaya revised this gist Jan 12, 2020. 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
    @@ -17,6 +17,7 @@ pom.xml.tag
    pom.xml.releaseBackup
    pom.xml.versionsBackup
    pom.xml.next
    pom.xml.bak
    release.properties
    dependency-reduced-pom.xml
    buildNumber.properties
  5. Dedunu Dhananjaya revised this gist Jan 12, 2020. 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
    @@ -58,6 +58,7 @@ tmp/
    *~.nib
    local.properties
    .loadpath
    .factorypath

    ##############################
    ## NetBeans
  6. 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
  7. 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
  8. Dedunu Dhananjaya revised this gist Sep 12, 2019. No changes.
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
    ##########################
  14. 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*

    ##########################
  15. 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
  16. 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/
  17. 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