mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 01:23:08 +08:00
e7fc29a59f
* feat(jest): create jest config package for unit testing * chore: housekeeping * fix: now we need to explicitly allow importing without extension * fix: recover EditorDriverInterface import * Apply suggestions from code review * chore: yarn Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
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
|