mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-27 11:03:40 +03:00
858c294f14
* Add contributor individual page * Improve mobile menu * Fix * Remove yarn.lock from twenty-website * Add yarn to gitingore * Fix linter
23 lines
355 B
Plaintext
23 lines
355 B
Plaintext
**/**/.env
|
|
.DS_Store
|
|
.idea/workspace.xml
|
|
**/**/node_modules/
|
|
|
|
# yarn is the recommended package manager across the project
|
|
**/**/.package-lock.json
|
|
|
|
.nx/installation
|
|
.nx/cache
|
|
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
.vercel
|
|
|
|
# yarn.lock should be managed at the root level only (nx monorepo)
|
|
**/yarn.lock
|