Skip to content

Instantly share code, notes, and snippets.

@woolinsilver
Created November 4, 2024 09:51
Show Gist options
  • Save woolinsilver/8826809c88396d44d4c3798bbac62d5c to your computer and use it in GitHub Desktop.
Save woolinsilver/8826809c88396d44d4c3798bbac62d5c to your computer and use it in GitHub Desktop.
SKNUPS .gitignore template
###############################################################################
# MacOS
###############################################################################
.DS_Store
###############################################################################
# IntelliJ
###############################################################################
/.idea
###############################################################################
# Visual Studio Code
###############################################################################
/.vscode
###############################################################################
# npm
###############################################################################
/node_modules
###############################################################################
# dotenv
###############################################################################
.env
.env.*
###############################################################################
# Jest
###############################################################################
/coverage
###############################################################################
# Terraform
###############################################################################
**/.terraform/*
*.tfstate
*.tfstate.*
.tf-user-*-key.json
###############################################################################
# generated
###############################################################################
/dist
/lib
/out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment