raycast/.gitignore

39 lines
425 B
Text
Raw Permalink Normal View History

2024-06-30 09:01:47 +02:00
# Dependencies
node_modules
# Raycast specific
.raycast-debug.log
# macOS
.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