Files
action-server-install/.gitignore
2026-02-14 16:28:51 -05:00

53 lines
464 B
Plaintext

# Dependencies
node_modules/
vendor/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
pip-log.txt
pip-delete-this-directory.txt
# Environment variables
.env
.env.local
.env.*.local
*.env
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# Testing
coverage/
.nyc_output/
*.lcov
.pytest_cache/
# Build outputs
dist/
build/
*.tgz
# OS
Thumbs.db
.DS_Store
# Temporary files
tmp/
temp/
*.tmp