Skip to content

Instantly share code, notes, and snippets.

@kodetop
Last active July 28, 2019 23:39
Show Gist options
  • Save kodetop/473371f6c4dac53dbf0cd5ce840948be to your computer and use it in GitHub Desktop.
Save kodetop/473371f6c4dac53dbf0cd5ce840948be to your computer and use it in GitHub Desktop.
Basic .gitignore
# Ignore macOS hidden files
.DS_STORE
# Ignore Windows hidden files
Thumbs.db
# Ignore Node files
node_modules/
# Ignore all log files
*.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment