mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-18 17:12:53 +03:00
36 lines
442 B
Plaintext
36 lines
442 B
Plaintext
|
# Logs
|
||
|
logs
|
||
|
*.log
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
.pnpm-debug.log*
|
||
|
|
||
|
# Dependency directories
|
||
|
node_modules/
|
||
|
|
||
|
# TypeScript cache
|
||
|
*.tsbuildinfo
|
||
|
|
||
|
# Optional npm cache directory
|
||
|
.npm
|
||
|
|
||
|
# Optional eslint cache
|
||
|
.eslintcache
|
||
|
|
||
|
# Optional REPL history
|
||
|
.node_repl_history
|
||
|
|
||
|
# Output of 'npm pack'
|
||
|
*.tgz
|
||
|
|
||
|
# dotenv environment variable files
|
||
|
.env
|
||
|
.env.development.local
|
||
|
.env.test.local
|
||
|
.env.production.local
|
||
|
.env.local
|
||
|
|
||
|
# other
|
||
|
lib/
|
||
|
.DS_Store
|