Skip to content

Instantly share code, notes, and snippets.

@mkudenko
Created July 30, 2015 20:44
Show Gist options
  • Select an option

  • Save mkudenko/242618ac873f2ae786a7 to your computer and use it in GitHub Desktop.

Select an option

Save mkudenko/242618ac873f2ae786a7 to your computer and use it in GitHub Desktop.

Revisions

  1. mkudenko renamed this gist Jul 30, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. mkudenko renamed this gist Jul 30, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. mkudenko created this gist Jul 30, 2015.
    55 changes: 55 additions & 0 deletions gitignore
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,55 @@
    # Laravel #
    ###########
    /bootstrap/compiled.php
    .env
    .env.testing

    # Composer #
    ############
    /vendor
    composer.phar
    composer.lock

    # NodeJS #
    ##########
    /node_modules
    /bower_components
    npm-debug.log

    # User Files #
    ##############
    /public/uploads

    # OS generated files #
    ######################
    *~
    .DS_Store*
    ehthumbs.db
    Icon?
    Thumbs.db
    .svn
    .directory

    # IDE generated files #
    #######################
    .project
    .settings
    *.bbprojectd
    *.sublime-project
    *.sublime-workspace
    *.tmproj
    *.pbxuser
    *.perspective
    *.perspectivev3
    *.mode1v3
    *.mode2v3
    *.swp
    *~.nib
    nbproject
    .komodotools
    .idea

    # Codeception #
    ###############
    codeception.yml
    tests/_data/scenarios