Skip to content

Instantly share code, notes, and snippets.

@anvie
Last active November 29, 2023 07:10
Show Gist options
  • Save anvie/0016d95343ba3dc0b7fa9dc0262f9a0e to your computer and use it in GitHub Desktop.
Save anvie/0016d95343ba3dc0b7fa9dc0262f9a0e to your computer and use it in GitHub Desktop.
Common .gitignore file
dist/
build/
# Rust
target/
Cargo.lock
*.rs.bk
# Node.js
node_modules/
npm-debug.log
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-*
# General
.DS_Store
*.swp
*.swo
*.log
.idea/
.vscode/
*.iml
*.code-workspace
*.env
.env
.env-*
output/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment