mirror of
https://github.com/github/gitignore
synced 2024-11-27 06:04:22 +01:00
39 lines
393 B
Plaintext
39 lines
393 B
Plaintext
|
#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
|