Last active
September 13, 2022 22:15
-
-
Save njfamirm/6a40b1912daab3f91a02a7b53f3f76c3 to your computer and use it in GitHub Desktop.
My typescript gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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