Skip to content

Instantly share code, notes, and snippets.

@jasonsturges
Last active October 30, 2020 16:13
Show Gist options
  • Save jasonsturges/1c9d0b3a6ef4063374c0 to your computer and use it in GitHub Desktop.
Save jasonsturges/1c9d0b3a6ef4063374c0 to your computer and use it in GitHub Desktop.
Global .gitignore
# JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
## Directory-based project format
.idea/
## File-based project format
*.ipr
*.iws
*.iml
# Visual Studio Code
.vscode/
.vs/
# Operating systems
## Mac OS X
.DS_Store
## Windows
Thumbs.db
# Microsoft Office
## Word
~$*.doc*
Backup of *.doc*
## Excel
~$*.xls*
*.xlk
## PowerPoint
~$*.ppt*
## Visio
*.~vsd*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment