raycast/.gitignore
2024-06-30 00:01:47 -07:00

38 lines
425 B
Text

# Dependencies
node_modules
# Raycast specific
.raycast-debug.log
# macOS
.DS_Store
# 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