mirror of
https://github.com/github/gitignore
synced 2024-11-26 21:54:22 +01:00
Create Laravel.gitignore
This commit is contained in:
parent
f7932d597b
commit
0ab5993260
38
Laravel.gitignore
Normal file
38
Laravel.gitignore
Normal file
@ -0,0 +1,38 @@
|
||||
#A copy of the Laravel 3.2.1 .gitignore template
|
||||
# Numerous always-ignore extensions
|
||||
*.diff
|
||||
*.err
|
||||
*.orig
|
||||
*.log
|
||||
*.rej
|
||||
*.swo
|
||||
*.swp
|
||||
*.vi
|
||||
*~
|
||||
*.sass-cache
|
||||
|
||||
# OS or Editor folders
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.cache
|
||||
.project
|
||||
.settings
|
||||
.tmproj
|
||||
*.esproj
|
||||
nbproject
|
||||
|
||||
# Dreamweaver added files
|
||||
_notes
|
||||
dwsync.xml
|
||||
|
||||
# Komodo
|
||||
*.komodoproject
|
||||
.komodotools
|
||||
|
||||
# Folders to ignore
|
||||
.hg
|
||||
.svn
|
||||
.CVS
|
||||
intermediate
|
||||
publish
|
||||
.idea
|
Loading…
Reference in New Issue
Block a user