Skip to content

Instantly share code, notes, and snippets.

@voledemar
Last active November 26, 2020 12:09
Show Gist options
  • Save voledemar/5eb980c20def7826c9b38fa2ccec7688 to your computer and use it in GitHub Desktop.
Save voledemar/5eb980c20def7826c9b38fa2ccec7688 to your computer and use it in GitHub Desktop.
The minimal typical .gitignore file: common patterns
# IDEs
## JetBrains
.idea/
*.iml
*.ipr
*.iws
## VS Code
.vscode/
__debug_bin
## Atom
.atom/
# Archives
*.tgz
*.tar
*.gz
*.bz2
*.zip
# Binaries
*.exe
*.a
*.lib
*.so
bin/
build/
# Logs
*.log
log/
logs/
# Security
*.env
key.properties
keystore.properties
*.jks
keystore.*
# Languages and frameworks
## Python
*.pyc
__pycache__/
venv/
.mypy_cache/
## Dart/Flutter/Pub
**/doc/api/
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
/build/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment