Skip to content

Commit

Permalink
[TASK] ignore composer-plugin local dev path
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaseberle committed Nov 10, 2020
1 parent 8dad0c0 commit 10df3f7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
/vendor/
/composer.lock

# Build stuff
# dev
/.typo3/
/Tests/.phpunit.result.cache

# CGL Fixer
/.php_cs.cache

# That's where you would checkout the composer-plugin for local development
/Build/packages/content-blocks-composer-plugin/

0 comments on commit 10df3f7

Please sign in to comment.