Skip to content

Commit

Permalink
Add a gitattributes and optimize gitignore (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker authored Jul 19, 2021
1 parent c685dd1 commit 28c6431
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 84 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/.github export-ignore
/spec export-ignore
/Tests export-ignore
/.gitignore export-ignore
/CHANGELOG.md export-ignore
/phpspec.yml export-ignore
/phpunit.xml.dist export-ignore
/README.md export-ignore
88 changes: 4 additions & 84 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,87 +1,7 @@
/app/bootstrap.php.cache
/app/cache/*
!app/cache/.gitkeep
/app/config/parameters.yml
/app/logs/*
!app/logs/.gitkeep
/app/phpunit.xml
/bin/
/composer.phar
/vendor/
/web/bundles/
composer.lock

/coverage/*
clover.xml
coverage.xml

# -- Editores -----------------------------------------
# vim
.*.sw[a-z]
*.un~
Session.vim
.netrwhist

# eclipse
*.pydevproject
.project
.metadata
bin/**
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
.externalToolBuilders/
*.launch
.buildpath

# phpstorm
.idea/

# textmate
*.tmproj
*.tmproject
tmtags

# sublimetext
/*.sublime-project
*.sublime-workspace

# netbeans
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml

# -- Sistemas Operativos ------------------------------
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/

# Linux
.*
!.bowerrc
!.github
!.gitignore
!.htaccess
*~

# Mac OS X
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.Spotlight-V100
.Trashes
.phpunit.result.cache
/phpunit.xml
/coverage.xml
/coverage/

0 comments on commit 28c6431

Please sign in to comment.