Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# .gitattributes - Files to exclude from Packagist deployment

# Development and testing files
/tests export-ignore
/phpunit.xml export-ignore
/.travis.yml export-ignore
/.scrutinizer.yml export-ignore
/.github export-ignore
/.gitignore export-ignore
/.gitattributes export-ignore

# Build and development tools
/gulpfile.js export-ignore
/package.json export-ignore
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
vendor
node_modules
package-lock.json
.idea
.vscode
.stignore
.stversions
.stfolder
Expand Down