Skip to content

Instantly share code, notes, and snippets.

@jakesylvestre
Created October 11, 2014 02:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakesylvestre/f0afa11a82c11e0e3526 to your computer and use it in GitHub Desktop.
Save jakesylvestre/f0afa11a82c11e0e3526 to your computer and use it in GitHub Desktop.
Laravel gitignore
#laravel
/bootstrap/compiled.php
/vendor
composer.phar
composer.lock
.env.*.php
.env.php
.DS_Store
Thumbs.db
#vim
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~
#Atom Editor
storage
compile-cache
dev
.npm
.node-gyp
#Emacs Editor
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*
# Org-mode
.org-id-locations
*_archive
# flymake-mode
*_flymake.*
# eshell files
/eshell/history
/eshell/lastdir
# elpa packages
/elpa/
# reftex files
*.rel
# AUCTeX auto folder
/auto/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment