Skip to content

Instantly share code, notes, and snippets.

@carlesloriente
Last active August 16, 2023 06:32
Show Gist options
  • Save carlesloriente/689554e26dce4d0d9f5cc006fb130dc0 to your computer and use it in GitHub Desktop.
Save carlesloriente/689554e26dce4d0d9f5cc006fb130dc0 to your computer and use it in GitHub Desktop.
Default .gitignore for local macos development
#Local dev env and testing
cfn-templates/parameters.local
.env
.kitchen/
.kitchen.local.yml
.vagrant
.venv
yarn_npm_package/*/node_modules
env/
venv/
ENV/
env.bak/
venv.bak/
# Logs and databases #
logs
*.log
*.sql
*.sqlite
/.coverage
/.coverage.*
# Compiled and bin files
*.tfstate
*.tfstate.backup
*.tfstate.lock.info*.terraform.lock.hcl
build/
dist/
# Ignored Terraform
.terraform/
*gitignore*.tf
# SSH Keys
*.pem
# Backup temp files
*.bak
*.swp
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
/.cache
/.pytest_cache
/.mypy_cache
# Ignore Mac files
thumbs.db
Thumbs.db
._*
.DS_Store
.DS_Store?
.AppleDouble
.LSOverride
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Ignored IDE files
.vscode
.idea/.vscode/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment