Skip to content

Instantly share code, notes, and snippets.

@njfamirm
Last active September 13, 2022 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save njfamirm/6a40b1912daab3f91a02a7b53f3f76c3 to your computer and use it in GitHub Desktop.
Save njfamirm/6a40b1912daab3f91a02a7b53f3f76c3 to your computer and use it in GitHub Desktop.
My typescript gitignore
# Specifies intentionally untracked files to ignore when using Git
# http://git-scm.com/docs/gitignore
# OSX
.DS_STORE
.DS_Store
._*
# Windows
Thumbs.db
Desktop.ini
# Logs
*.log*
# Dependencies
node_modules
package-lock.json
# Build
dist
.tsbuildinfo
*.js
*.map
*.d.ts
# dotenv environment variables file
*.env
!example.env
# data
_data/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment