mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 05:43:55 +08:00
08c2e9f198
* chore: use yarn berry with pnp * feat: add plug'n'play support * chore: add yarn gitattributes * typo: fix comment
14 lines
205 B
Plaintext
14 lines
205 B
Plaintext
node_modules
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode
|
|
|
|
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|