Skip to content

Instantly share code, notes, and snippets.

@SyntaxCacao
Forked from octocat/.gitignore
Last active March 13, 2016 13:51
Show Gist options
  • Save SyntaxCacao/8c641ebbd023d2586267 to your computer and use it in GitHub Desktop.
Save SyntaxCacao/8c641ebbd023d2586267 to your computer and use it in GitHub Desktop.

Revisions

  1. SyntaxCacao revised this gist Jan 3, 2016. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -55,6 +55,7 @@ nbactions.xml
    bower_components/
    node_modules/
    target/
    .gradle
    .sass-cache
    dependency-reduced-pom.xml

  2. SyntaxCacao revised this gist Jan 3, 2016. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -20,6 +20,7 @@
    *.iws
    .idea/
    out/
    run/
    # NetBeans
    nbproject/
    nbactions.xml
  3. SyntaxCacao revised this gist Jan 1, 2016. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -19,6 +19,7 @@
    *.ipr
    *.iws
    .idea/
    out/
    # NetBeans
    nbproject/
    nbactions.xml
  4. SyntaxCacao revised this gist Dec 31, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -54,6 +54,7 @@ bower_components/
    node_modules/
    target/
    .sass-cache
    dependency-reduced-pom.xml

    # OS generated files #
    ######################
  5. SyntaxCacao revised this gist Dec 31, 2015. 1 changed file with 8 additions and 0 deletions.
    8 changes: 8 additions & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -47,6 +47,14 @@ nbactions.xml
    *.tar
    *.zip

    # Package dependencies #
    ########################
    # and .sass-cache
    bower_components/
    node_modules/
    target/
    .sass-cache

    # OS generated files #
    ######################
    .DS_Store
  6. SyntaxCacao revised this gist Dec 31, 2015. 1 changed file with 11 additions and 5 deletions.
    16 changes: 11 additions & 5 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -10,17 +10,23 @@
    # Editor generated files #
    ##########################
    # any files generated by editors or IDEs
    # VIM, Eclipse, NetBeans, IntelliJ
    # Eclipse
    .settings/
    .classpath
    .projects
    # IntelliJ
    *.iml
    *.ipr
    *.iws
    .idea/
    .settings/
    # NetBeans
    nbproject/
    .*.sw[a-p]
    .classpath
    .projects
    nbactions.xml
    # Sublime Text
    *.sublime_project
    *.sublime_workspace
    # VIM
    .*.sw[a-p]

    # Logs and databases #
    ######################
  7. SyntaxCacao revised this gist Dec 31, 2015. 1 changed file with 6 additions and 5 deletions.
    11 changes: 6 additions & 5 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -22,6 +22,12 @@ nbproject/
    .projects
    nbactions.xml

    # Logs and databases #
    ######################
    # .sql and .sqlite are often used for schema dumps
    *.db
    *.log

    # Packages #
    ############
    # it's better to unpack these files and commit the raw source
    @@ -35,11 +41,6 @@ nbactions.xml
    *.tar
    *.zip

    # Logs and databases #
    ######################
    *.db
    *.log

    # OS generated files #
    ######################
    .DS_Store
  8. SyntaxCacao revised this gist Dec 31, 2015. 1 changed file with 15 additions and 0 deletions.
    15 changes: 15 additions & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -7,6 +7,21 @@
    *.o
    *.so

    # Editor generated files #
    ##########################
    # any files generated by editors or IDEs
    # VIM, Eclipse, NetBeans, IntelliJ
    *.iml
    *.ipr
    *.iws
    .idea/
    .settings/
    nbproject/
    .*.sw[a-p]
    .classpath
    .projects
    nbactions.xml

    # Packages #
    ############
    # it's better to unpack these files and commit the raw source
  9. SyntaxCacao revised this gist Dec 22, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion .gitignore
    Original file line number Diff line number Diff line change
    @@ -21,7 +21,7 @@
    *.zip

    # Logs and databases #
    ########
    ######################
    *.db
    *.log

  10. SyntaxCacao revised this gist Dec 22, 2015. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -20,8 +20,9 @@
    *.tar
    *.zip

    # Logs #
    # Logs and databases #
    ########
    *.db
    *.log

    # OS generated files #
    @@ -31,5 +32,4 @@
    ._*
    .Spotlight-V100
    .Trashes
    ehthumbs.db
    Thumbs.db
    Desktop.ini
  11. SyntaxCacao revised this gist Oct 9, 2015. 1 changed file with 2 additions and 4 deletions.
    6 changes: 2 additions & 4 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -20,11 +20,9 @@
    *.tar
    *.zip

    # Logs and databases #
    ######################
    # Logs #
    ########
    *.log
    *.sql
    *.sqlite

    # OS generated files #
    ######################
  12. @octocat octocat created this gist Feb 27, 2014.
    37 changes: 37 additions & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,37 @@
    # Compiled source #
    ###################
    *.com
    *.class
    *.dll
    *.exe
    *.o
    *.so

    # Packages #
    ############
    # it's better to unpack these files and commit the raw source
    # git has its own built in compression methods
    *.7z
    *.dmg
    *.gz
    *.iso
    *.jar
    *.rar
    *.tar
    *.zip

    # Logs and databases #
    ######################
    *.log
    *.sql
    *.sqlite

    # OS generated files #
    ######################
    .DS_Store
    .DS_Store?
    ._*
    .Spotlight-V100
    .Trashes
    ehthumbs.db
    Thumbs.db