Skip to content

Instantly share code, notes, and snippets.

@guylepage3
Forked from jamesmurdza/.gitignore_global
Created November 18, 2022 15:36
Show Gist options
  • Save guylepage3/fc5bbcb843e38f200161b04b9dbcde0b to your computer and use it in GitHub Desktop.
Save guylepage3/fc5bbcb843e38f200161b04b9dbcde0b to your computer and use it in GitHub Desktop.

Revisions

  1. @jamesmurdza jamesmurdza created this gist Apr 20, 2022.
    22 changes: 22 additions & 0 deletions .gitignore_global
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@
    # An example global gitignore file
    #
    # Place a copy if this at ~/.gitignore_global
    # Run `git config --global core.excludesfile ~/.gitignore_global`

    # Folder view configuration files
    .DS_Store

    # Files that might appear on external disks
    .Spotlight-V100
    .Trashes

    # Compiled Python files
    *.pyc

    # Compiled C++ files
    *.out

    # Application specific files
    venv
    node_modules
    .sass-cache