Skip to content

Instantly share code, notes, and snippets.

@ArtemBernatskyy
Forked from x3rAx/.gitignore
Created April 3, 2021 18:04
Show Gist options
  • Select an option

  • Save ArtemBernatskyy/2addc141d5f9e2c1864ef1b089327110 to your computer and use it in GitHub Desktop.

Select an option

Save ArtemBernatskyy/2addc141d5f9e2c1864ef1b089327110 to your computer and use it in GitHub Desktop.

Revisions

  1. @x3rAx x3rAx created this gist Aug 6, 2015.
    30 changes: 30 additions & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,30 @@
    # +----------------------------+
    # | IDE files |
    # +----------------------------+
    /.idea


    # +----------------------------+
    # | Vagrant |
    # +----------------------------+
    /.vagrant
    /config/local/*
    /vagrant_config


    # +----------------------------+
    # | misc |
    # +----------------------------+


    # +----------------------------+
    # | Keep .gitkeep files |
    # +----------------------------+-------------------------------+
    # | To keep an empty directory, add a .gitkeep file to it |
    # | and ignore the directory with a wildcard: |
    # | |
    # | /path/to/dir/* |
    # | |
    # | this will ignore the content but not the director itself. |
    # +------------------------------------------------------------+
    !/**/.gitkeep