2024-06-30 09:01:47 +02:00
|
|
|
# Dependencies
|
|
|
|
node_modules
|
|
|
|
|
|
|
|
# Raycast specific
|
|
|
|
.raycast-debug.log
|
|
|
|
|
|
|
|
# macOS
|
2024-06-30 08:59:53 +02:00
|
|
|
.DS_Store
|
2024-06-30 09:01:47 +02:00
|
|
|
|
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
# Optional npm cache directory
|
|
|
|
.npm
|
|
|
|
|
|
|
|
# Optional eslint cache
|
|
|
|
.eslintcache
|
|
|
|
|
|
|
|
# Optional REPL history
|
|
|
|
.node_repl_history
|
|
|
|
|
|
|
|
# Output of 'npm pack'
|
|
|
|
*.tgz
|
|
|
|
|
|
|
|
# Yarn Integrity file
|
|
|
|
.yarn-integrity
|
|
|
|
|
|
|
|
# dotenv environment variables file
|
|
|
|
.env
|
|
|
|
.env.test
|
|
|
|
|
|
|
|
# build / generate output
|
|
|
|
dist
|
2024-06-30 08:59:53 +02:00
|
|
|
|